From 1f616fff30768e34fc9603d30d6b1a0fe290e097 Mon Sep 17 00:00:00 2001 From: Paolo Leggio Date: Thu, 16 Oct 2025 13:44:32 +0200 Subject: [PATCH 1/2] Added BH1750 sensor --- meshtastic/telemetry.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 4296f1b..88d8213 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -790,6 +790,11 @@ enum TelemetrySensorType { * TSL2561 light sensor */ TSL2561 = 44; + + /* + * BH1750 light sensor + */ + BH1750 = 45; } /* From 29242517f3f914897bb3459dc0a70a9f8d2c1303 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Sat, 18 Oct 2025 13:34:41 -0500 Subject: [PATCH 2/2] Add THINKNODE_M3 identifier to mesh.proto --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index b10c780..2660ae5 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -810,6 +810,11 @@ enum HardwareModel { */ T_WATCH_ULTRA = 114; + /* + * Elecrow ThinkNode M3 + */ + THINKNODE_M3 = 115; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.