From b982b36dfab2e96b8f8be90af891c68ebf8790c2 Mon Sep 17 00:00:00 2001 From: dylanli Date: Wed, 16 Apr 2025 15:37:53 +0800 Subject: [PATCH] add seeed solar node defination (#675) --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 893d5aa..7cbee78 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -709,6 +709,11 @@ enum HardwareModel { */ HELTEC_MESH_POCKET = 94; + /* + * Seeed Solar Node + */ + SEEED_SOLAR_NODE = 95; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.