Skip to content

Commit

Permalink
Merge pull request #548 from GUVWAF/STM32WL
Browse files Browse the repository at this point in the history
Add RAK3172 and Wio-E5 STM32WL-based hardware models
  • Loading branch information
thebentern authored Aug 11, 2024
2 parents 2fa7d6a + d867039 commit a0c758d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,16 @@ enum HardwareModel {
*/
TRACKER_T1000_E = 71;

/*
* RAK3172 STM32WLE5 Module (https://store.rakwireless.com/products/wisduo-lpwan-module-rak3172)
*/
RAK3172 = 72;

/*
* Seeed Studio Wio-E5 (either mini or Dev kit) using STM32WL chip.
*/
WIO_E5 = 73;

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.
Expand Down

0 comments on commit a0c758d

Please sign in to comment.