From df36597cbf2d8cf84bc0d61482d9f682ec24ee2d Mon Sep 17 00:00:00 2001 From: vardas Date: Sun, 5 May 2024 14:55:33 +0300 Subject: [PATCH 1/2] New variant PROMICRO_DIY --- meshtastic/mesh.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 24c471a..195ffa6 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -525,6 +525,12 @@ enum HardwareModel { * Adafruit NRF52840 feather express with SX1262, SSD1306 OLED and NEO6M GPS */ TWC_MESH_V4 = 62; + + /* + * PROMICRO_DIY_M(M) + * Promicro NRF52840 with SX1262/LLCC68, SSD1306 OLED and NEO6M GPS + */ + PROMICRO_DIY = 63; /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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. From 7eab4648793ce1585a70a8fb032e06894de7a36e Mon Sep 17 00:00:00 2001 From: vardas Date: Sun, 5 May 2024 16:34:11 +0300 Subject: [PATCH 2/2] Renaming --- meshtastic/mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 195ffa6..279f222 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -527,10 +527,10 @@ enum HardwareModel { TWC_MESH_V4 = 62; /* - * PROMICRO_DIY_M(M) + * NRF52_PROMICRO_DIY * Promicro NRF52840 with SX1262/LLCC68, SSD1306 OLED and NEO6M GPS */ - PROMICRO_DIY = 63; + NRF52_PROMICRO_DIY = 63; /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.