Add Heltec tower v2 board. (#10693)

* Add heltec_mesh_tower_v2 board.

* Added automatic detection for high and low power versions.

* Fix low power consumption issues
This commit is contained in:
Quency-D
2026-06-18 07:07:50 -05:00
committed by GitHub
co-authored by GitHub
parent 79a7dcc46c
commit 68af6b277c
8 changed files with 338 additions and 1 deletions
+2
View File
@@ -137,6 +137,8 @@
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_MESH_SOLAR
#elif defined(MUZI_BASE)
#define HW_VENDOR meshtastic_HardwareModel_MUZI_BASE
#elif defined(HELTEC_MESH_TOWER_V2)
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_MESH_TOWER_V2
#else
#define HW_VENDOR meshtastic_HardwareModel_NRF52_UNKNOWN
#endif