mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #548 from GUVWAF/STM32WL
Add RAK3172 and Wio-E5 STM32WL-based hardware models
This commit is contained in:
commit
a0c758d04b
1 changed files with 10 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue