From abf3fec604837c81d507f65262b84ad0058f996b Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 5 Mar 2025 13:13:49 -0600 Subject: [PATCH] Xiao nrf52 kit hw_model --- meshtastic/mesh.proto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 502e65a..92c69b0 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -675,7 +675,11 @@ enum HardwareModel { * https://www.loraitalia.it */ MESHLINK = 87; - + + /* + * Seeed XIAO nRF52840 + Wio SX1262 kit + */ + XIAO_NRF52_KIT = 88; /* * ------------------------------------------------------------------------------------------------------------------------------------------