From 55a5c9c139f8e78912b5d8748de3b0abe4ebf4fd Mon Sep 17 00:00:00 2001 From: Iris <52419539+valzzu@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:51:43 +0200 Subject: [PATCH 1/2] Update mesh.proto --- meshtastic/mesh.proto | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index c806f604..f4f9bef3 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -664,6 +664,14 @@ enum HardwareModel { */ ROUTASTIC = 85; + /* + * Mesh-Tab esp32 based + * https://github.com/valzzu/Mesh-Tab + */ + MESH_TAB = 86; + + + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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. @@ -2066,4 +2074,4 @@ message ChunkedPayloadResponse { */ resend_chunks resend_chunks = 4; } -} \ No newline at end of file +} From d2cedee0a075f18111341d43a3012b32c413461e Mon Sep 17 00:00:00 2001 From: Iris <52419539+valzzu@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:53:09 +0200 Subject: [PATCH 2/2] added Mesh-Tab --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index f4f9bef3..fc0b5807 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -665,7 +665,7 @@ enum HardwareModel { ROUTASTIC = 85; /* - * Mesh-Tab esp32 based + * Mesh-Tab, esp32 based * https://github.com/valzzu/Mesh-Tab */ MESH_TAB = 86;