From 7e810a50ebf38d8b822b8193593b48a54a288701 Mon Sep 17 00:00:00 2001 From: Steve Gilberd Date: Sun, 26 Oct 2025 16:06:28 +1300 Subject: [PATCH] Add unencrypted payloads --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 2660ae5..15df77c 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1106,6 +1106,11 @@ message Data { * Bitfield for extra flags. First use is to indicate that user approves the packet being uploaded to MQTT. */ optional uint32 bitfield = 9; + + /* + * Magic number used to verify that a decoded packet is actually supposed to be unencrypted + */ + uint32 tx_unencrypted = 11; } /*