From 52fa252f1e01be87ad2f7ab17ceef7882b2a4a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Fri, 21 Nov 2025 10:55:44 +0100 Subject: [PATCH] Add Thinknode M4 and M6 to the equasion (#815) --- meshtastic/mesh.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 21b6329..232d34f 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -829,6 +829,16 @@ enum HardwareModel { * RAK6421 Hat+ */ RAK6421 = 118; + + /* + * Elecrow ThinkNode M4 + */ + THINKNODE_M4 = 119; + + /* + * Elecrow ThinkNode M6 + */ + THINKNODE_M6 = 120; /* * ------------------------------------------------------------------------------------------------------------------------------------------