Skip to content

Commit a0c758d

Browse files
authored
Merge pull request #548 from GUVWAF/STM32WL
Add RAK3172 and Wio-E5 STM32WL-based hardware models
2 parents 2fa7d6a + d867039 commit a0c758d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

meshtastic/mesh.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,16 @@ enum HardwareModel {
589589
*/
590590
TRACKER_T1000_E = 71;
591591

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+
592602
/*
593603
* ------------------------------------------------------------------------------------------------------------------------------------------
594604
* 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)