Merge pull request #548 from GUVWAF/STM32WL

Add RAK3172 and Wio-E5 STM32WL-based hardware models
This commit is contained in:
Ben Meadors 2024-08-11 09:52:16 -05:00 committed by GitHub
commit a0c758d04b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.