From dfccd4fba420d4a5963a5ddd9fc56e4a64935ae0 Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Wed, 25 Sep 2024 09:05:02 +0200 Subject: [PATCH] Update mesh.proto --- meshtastic/mesh.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 0d40601..10b00f9 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -638,6 +638,12 @@ enum HardwareModel { /* Seeed XIAO S3 DK*/ SEEED_XIAO_S3=81; + + /* + * Nordic nRF52840+Semtech SX1262 LoRa BLE Combo Module. nRF52840+SX1262 MS24SF1 + */ + MS24SF1=82; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.