From d2a88c9ddc6f8b233507ca7c28e433748ad76660 Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Fri, 16 Aug 2024 09:52:25 +0200 Subject: [PATCH] Update mesh.proto --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 7d07066..925baf8 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -605,6 +605,11 @@ enum HardwareModel { */ RADIOMASTER_900_BANDIT = 74; + /* + * Minewsemi ME25LS01 (ME25LE01_V1.0). NRF52840 w/ LR1110 radio, buttons and leds and pins. + */ + ME25LS01_4Y10TD = 75; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.