From 22c137c269a0f91607032bed102c72a4653c631a Mon Sep 17 00:00:00 2001 From: Andrew Yong Date: Tue, 18 Jun 2024 21:47:22 +0800 Subject: [PATCH] Add Heltec HRU-3601 A product built around the HT-CT62 module (ESP32-C3 CPU and SX1262 LoRa) and SKUs with various sensors. A separate variant is needed due to re-use of GPIOs for LEDs, user button, power gating to the I2C peripheral, etc. https://heltec.org/project/hru-3601/ Signed-off-by: Andrew Yong --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index e8b5205..bfefd00 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -334,6 +334,11 @@ enum HardwareModel { */ RAK2560 = 22; + /* + * Heltec HRU-3601: https://heltec.org/project/hru-3601/ + */ + HELTEC_HRU_3601 = 23; + /* * B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station */