Skip to content

Commit 27fac39

Browse files
authored
add more hwid's
1 parent b982b36 commit 27fac39

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

meshtastic/mesh.proto

+10
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,16 @@ enum HardwareModel {
714714
*/
715715
SEEED_SOLAR_NODE = 95;
716716

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+
717727
/*
718728
* ------------------------------------------------------------------------------------------------------------------------------------------
719729
* 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

Comments
 (0)