From 8436e98fcfa9201548609a7d8f8b8fef170d9d67 Mon Sep 17 00:00:00 2001 From: Quency-D Date: Thu, 19 Mar 2026 16:51:46 +0800 Subject: [PATCH] add heltec-mesh-node-t096 board --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 44888e9..42ac642 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -870,6 +870,11 @@ enum HardwareModel { */ TDISPLAY_S3_PRO = 126; + /* + * Heltec Mesh Node T096 board features an nRF52840 CPU and a TFT screen. + */ + HELTEC_MESH_NODE_T096 = 126; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.