From 9df55f679a81f34d1c0e4982979437aba86f7479 Mon Sep 17 00:00:00 2001 From: Quency-D Date: Wed, 10 Jun 2026 18:23:50 +0800 Subject: [PATCH] Add Heltec Mesh Tower V2 board. --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 2e4b1b19..69e6adcf 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -923,6 +923,11 @@ enum HardwareModel { */ CROWPANEL_P4 = 138; + /* + * Heltec Mesh Tower V2 + */ + HELTEC_MESH_TOWER_V2 = 139; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.