From ef2502fb3a0aa350314222bd9ff4bf726d7f3c1c Mon Sep 17 00:00:00 2001 From: SCWhite Date: Tue, 23 Apr 2024 18:10:02 +0800 Subject: [PATCH] add HardwareModel: TWC_MESH_V4 --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index c6d28ce..e884fbb 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -515,6 +515,11 @@ enum HardwareModel { */ CDEBYTE_EORA_S3 = 61; +/* + * TWC_MESH_V4 + * Adafruit NRF52840 feather express with SX1262, SSD1306 OLED and NEO6M GPS + */ + TWC_MESH_V4 = 62; /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.