diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index c2b46f0..ff7182a 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -578,6 +578,11 @@ enum HardwareModel { * specifically adapted for the Meshtatic project */ HELTEC_MESH_NODE_T114 = 69; + + /* + * Sensecap Indicator from Seeed Studio. ESP32-S3 device with TFT and RP2040 coprocessor + */ + SENSECAP_INDICATOR = 70; /* * ------------------------------------------------------------------------------------------------------------------------------------------