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.