We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fa7d6a + d867039 commit a0c758dCopy full SHA for a0c758d
meshtastic/mesh.proto
@@ -589,6 +589,16 @@ enum HardwareModel {
589
*/
590
TRACKER_T1000_E = 71;
591
592
+ /*
593
+ * RAK3172 STM32WLE5 Module (https://store.rakwireless.com/products/wisduo-lpwan-module-rak3172)
594
+ */
595
+ RAK3172 = 72;
596
+
597
598
+ * Seeed Studio Wio-E5 (either mini or Dev kit) using STM32WL chip.
599
600
+ WIO_E5 = 73;
601
602
/*
603
* ------------------------------------------------------------------------------------------------------------------------------------------
604
* 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