From d867039e464e52978fecee0f77e4ea42d8f543a7 Mon Sep 17 00:00:00 2001 From: GUVWAF Date: Sun, 11 Aug 2024 16:22:43 +0200 Subject: [PATCH] Add RAK3172 and Wio-E5 STM32WL-based hardware models --- meshtastic/mesh.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index c8bd2eff..708532b7 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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.