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.