From e1b5aaedff3c06cbaf59008c2e744a3421b11c08 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Tue, 18 Nov 2025 18:01:08 -0600 Subject: [PATCH] Add Device ID for RAK6421 Hat in mesh.proto --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 3d97750..61e1180 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -825,6 +825,11 @@ enum HardwareModel { */ RAK3401 = 117; + /* + * RAK6421 Hat+ + */ + RAK6421 = 118; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.