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 <me@ndoo.sg>
pull/521/head
Andrew Yong 2024-06-18 21:47:22 +08:00
rodzic 0c90a6814f
commit 22c137c269
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 1B558819D5B23F77
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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
*/