From 45a2d2dc8b7c8ffd45e5f2783d67e22ab5e17fbc Mon Sep 17 00:00:00 2001 From: Quency-D Date: Thu, 19 Mar 2026 17:27:08 +0800 Subject: [PATCH] Correct the enumeration value. --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 42ac642..7206f4a 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -873,7 +873,7 @@ enum HardwareModel { /* * Heltec Mesh Node T096 board features an nRF52840 CPU and a TFT screen. */ - HELTEC_MESH_NODE_T096 = 126; + HELTEC_MESH_NODE_T096 = 127; /* * ------------------------------------------------------------------------------------------------------------------------------------------