File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
components/drivers/sensors Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,9 @@ static char *const sensor_name_str[] =
3131 "tvoc_" , /* TVOC Level */
3232 "noi_" , /* Noise Loudness */
3333 "step_" , /* Step sensor */
34- "forc_" /* Force sensor */
34+ "forc_" , /* Force sensor */
35+ "dust_" , /* Dust sensor */
36+ "eco2_" /* eCO2 sensor */
3537};
3638
3739/* Sensor interrupt correlation function */
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ extern "C" {
5858#define RT_SENSOR_VENDOR_GOERTEK (5) /* Goertek */
5959#define RT_SENSOR_VENDOR_MIRAMEMS (6) /* MiraMEMS */
6060#define RT_SENSOR_VENDOR_DALLAS (7) /* Dallas */
61- #define RT_SENSOR_VENDOR_AOSONG (8) /* Aosong */
61+ #define RT_SENSOR_VENDOR_ASAIR (8) /* Aosong */
6262#define RT_SENSOR_VENDOR_SHARP (9) /* Sharp */
6363#define RT_SENSOR_VENDOR_SENSIRION (10) /* Sensirion */
6464
You can’t perform that action at this time.
0 commit comments