mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
[create-pull-request] automated change (#4003)
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
54bccb898e
commit
c88278724c
Submodule protobufs updated: 9e61b82331...a45a6154d0
@@ -57,7 +57,9 @@ typedef enum _meshtastic_TelemetrySensorType {
|
|||||||
/* Lite On LTR-390UV-01 UV Light Sensor */
|
/* Lite On LTR-390UV-01 UV Light Sensor */
|
||||||
meshtastic_TelemetrySensorType_LTR390UV = 21,
|
meshtastic_TelemetrySensorType_LTR390UV = 21,
|
||||||
/* AMS TSL25911FN RGB Light Sensor */
|
/* AMS TSL25911FN RGB Light Sensor */
|
||||||
meshtastic_TelemetrySensorType_TSL25911FN = 22
|
meshtastic_TelemetrySensorType_TSL25911FN = 22,
|
||||||
|
/* AHT10 Integrated temperature and humidity sensor */
|
||||||
|
meshtastic_TelemetrySensorType_AHT10 = 23
|
||||||
} meshtastic_TelemetrySensorType;
|
} meshtastic_TelemetrySensorType;
|
||||||
|
|
||||||
/* Struct definitions */
|
/* Struct definitions */
|
||||||
@@ -168,8 +170,8 @@ extern "C" {
|
|||||||
|
|
||||||
/* Helper constants for enums */
|
/* Helper constants for enums */
|
||||||
#define _meshtastic_TelemetrySensorType_MIN meshtastic_TelemetrySensorType_SENSOR_UNSET
|
#define _meshtastic_TelemetrySensorType_MIN meshtastic_TelemetrySensorType_SENSOR_UNSET
|
||||||
#define _meshtastic_TelemetrySensorType_MAX meshtastic_TelemetrySensorType_TSL25911FN
|
#define _meshtastic_TelemetrySensorType_MAX meshtastic_TelemetrySensorType_AHT10
|
||||||
#define _meshtastic_TelemetrySensorType_ARRAYSIZE ((meshtastic_TelemetrySensorType)(meshtastic_TelemetrySensorType_TSL25911FN+1))
|
#define _meshtastic_TelemetrySensorType_ARRAYSIZE ((meshtastic_TelemetrySensorType)(meshtastic_TelemetrySensorType_AHT10+1))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user