File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ void Adafruit_Sensor::printSensorDetails(void) {
73
73
case SENSOR_TYPE_CO2:
74
74
Serial.print (F (" Carbon Dioxide (ppm)" ));
75
75
break ;
76
- case SENSOR_TYPE_eCO2 :
76
+ case SENSOR_TYPE_ECO2 :
77
77
Serial.print (F (" Equivalent/estimated CO2 (ppm)" ));
78
78
break ;
79
79
case SENSOR_TYPE_PM10_STD:
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ typedef enum {
71
71
SENSOR_TYPE_VOC_INDEX = (19 ),
72
72
SENSOR_TYPE_NOX_INDEX = (20 ),
73
73
SENSOR_TYPE_CO2 = (21 ),
74
- SENSOR_TYPE_eCO2 = (22 ),
74
+ SENSOR_TYPE_ECO2 = (22 ),
75
75
SENSOR_TYPE_PM10_STD = (23 ),
76
76
SENSOR_TYPE_PM25_STD = (24 ),
77
77
SENSOR_TYPE_PM100_STD = (25 ),
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ typedef enum
79
79
SENSOR_TYPE_VOC_INDEX = (19),
80
80
SENSOR_TYPE_NOX_INDEX = (20),
81
81
SENSOR_TYPE_CO2 = (21),
82
- SENSOR_TYPE_eCO2 = (22),
82
+ SENSOR_TYPE_ECO2 = (22),
83
83
SENSOR_TYPE_PM10_STD = (23),
84
84
SENSOR_TYPE_PM25_STD = (24),
85
85
SENSOR_TYPE_PM100_STD = (25),
You can’t perform that action at this time.
0 commit comments