diff Common/Inc/data_central.h @ 799:1e3c12d772eb

Added CO2 mirrow instance: Using the CO2 mirror the co2 data may be displayed on one of the three O2 slots if a slot is not in used. The physical sensor can be found in the externalsensor map.
author Ideenmodellierer
date Mon, 07 Aug 2023 20:32:42 +0200
parents 75ace7af8212
children dd7ce655db26
line wrap: on
line diff
--- a/Common/Inc/data_central.h	Mon Aug 07 20:29:44 2023 +0200
+++ b/Common/Inc/data_central.h	Mon Aug 07 20:32:42 2023 +0200
@@ -437,6 +437,7 @@
 	 SENSOR_SENTINEL,
 	 SENSOR_TYPE_O2_END,
 	 SENSOR_CO2,
+	 SENSOR_CO2M,
 	 SENSOR_MUX,
 	 SENSOR_END
 } externalInterfaceSensorType;