We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b982b36 commit 27fac39Copy full SHA for 27fac39
meshtastic/mesh.proto
@@ -714,6 +714,16 @@ enum HardwareModel {
714
*/
715
SEEED_SOLAR_NODE = 95;
716
717
+ /*
718
+ * NomadStar Meteor Pro https://nomadstar.ch/
719
+ */
720
+ NOMADSTAR_METEOR_PRO = 96;
721
+
722
723
+ * Elecrow CrowPanel Advance models, ESP32-S3 and TFT with SX1262 radio plugin
724
725
+ CROWPANEL = 97;
726
727
/*
728
* ------------------------------------------------------------------------------------------------------------------------------------------
729
* 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.
0 commit comments