From deff1ca54eb7ae8f1d63370b5d0698de3f6d9bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 27 May 2025 21:34:41 +0200 Subject: [PATCH 1/4] new HWID's --- meshtastic/mesh.proto | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 6d7798f..da5a0f4 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -724,6 +724,21 @@ enum HardwareModel { */ CROWPANEL = 97; + /* + * "Lilygo" LINK32 board with sensors + */ + LINK_32 = 98; + + /* + * Seeed Tracker L1 + */ + SEEED_TRACKER_L1 = 99; + + /* + * Seeed Tracker L1 EINK driver + */ + SEEED_TRACKER_L1_EINK = 100; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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 7a256cad538b60e1e8252b624419d1b901c16801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 27 May 2025 22:06:12 +0200 Subject: [PATCH 2/4] Update meshtastic/mesh.proto Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- meshtastic/mesh.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index da5a0f4..0fdd3f9 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -724,17 +724,17 @@ enum HardwareModel { */ CROWPANEL = 97; - /* + /** * "Lilygo" LINK32 board with sensors */ LINK_32 = 98; - /* + /** * Seeed Tracker L1 */ SEEED_TRACKER_L1 = 99; - /* + /** * Seeed Tracker L1 EINK driver */ SEEED_TRACKER_L1_EINK = 100; From fa4d98594cacd590fb55c78e8302f8ede43f1648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 27 May 2025 22:06:41 +0200 Subject: [PATCH 3/4] Update meshtastic/mesh.proto Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 0fdd3f9..75aa949 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -725,7 +725,7 @@ enum HardwareModel { CROWPANEL = 97; /** - * "Lilygo" LINK32 board with sensors + * Lilygo LINK32 board with sensors */ LINK_32 = 98; From 4a108827a9712d7b40254e5bd533b7d929fdd490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 27 May 2025 22:18:06 +0200 Subject: [PATCH 4/4] Add another one --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 75aa949..4ceea69 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -738,6 +738,11 @@ enum HardwareModel { * Seeed Tracker L1 EINK driver */ SEEED_TRACKER_L1_EINK = 100; + + /* + * Reserved ID for future and past use + */ + QWANTZ_TINY_ARMS = 101; /* * ------------------------------------------------------------------------------------------------------------------------------------------