Add RAK3172 and Wio-E5 STM32WL-based hardware models

This commit is contained in:
GUVWAF 2024-08-11 16:22:43 +02:00
parent 2fa7d6a4b7
commit d867039e46

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.