Skip to content

Commit 6f22417

Browse files
authored
Merge pull request #8401 from meshtastic/master
Backmerge Master
2 parents f2a63fa + ffb168b commit 6f22417

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

protobufs

src/mesh/generated/meshtastic/mesh.pb.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ typedef enum _meshtastic_HardwareModel {
282282
meshtastic_HardwareModel_HELTEC_WIRELESS_TRACKER_V2 = 113,
283283
/* LilyGo T-Watch Ultra */
284284
meshtastic_HardwareModel_T_WATCH_ULTRA = 114,
285+
/* Elecrow ThinkNode M3 */
286+
meshtastic_HardwareModel_THINKNODE_M3 = 115,
285287
/* ------------------------------------------------------------------------------------------------------------------------------------------
286288
Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.
287289
------------------------------------------------------------------------------------------------------------------------------------------ */

src/mesh/generated/meshtastic/telemetry.pb.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ typedef enum _meshtastic_TelemetrySensorType {
101101
/* SEN5X PM SENSORS */
102102
meshtastic_TelemetrySensorType_SEN5X = 43,
103103
/* TSL2561 light sensor */
104-
meshtastic_TelemetrySensorType_TSL2561 = 44
104+
meshtastic_TelemetrySensorType_TSL2561 = 44,
105+
/* BH1750 light sensor */
106+
meshtastic_TelemetrySensorType_BH1750 = 45
105107
} meshtastic_TelemetrySensorType;
106108

107109
/* Struct definitions */
@@ -438,8 +440,8 @@ extern "C" {
438440

439441
/* Helper constants for enums */
440442
#define _meshtastic_TelemetrySensorType_MIN meshtastic_TelemetrySensorType_SENSOR_UNSET
441-
#define _meshtastic_TelemetrySensorType_MAX meshtastic_TelemetrySensorType_TSL2561
442-
#define _meshtastic_TelemetrySensorType_ARRAYSIZE ((meshtastic_TelemetrySensorType)(meshtastic_TelemetrySensorType_TSL2561+1))
443+
#define _meshtastic_TelemetrySensorType_MAX meshtastic_TelemetrySensorType_BH1750
444+
#define _meshtastic_TelemetrySensorType_ARRAYSIZE ((meshtastic_TelemetrySensorType)(meshtastic_TelemetrySensorType_BH1750+1))
443445

444446

445447

0 commit comments

Comments
 (0)