Skip to content

Commit 7e810a5

Browse files
committed
Add unencrypted payloads
1 parent bf149bb commit 7e810a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meshtastic/mesh.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,11 @@ message Data {
11061106
* Bitfield for extra flags. First use is to indicate that user approves the packet being uploaded to MQTT.
11071107
*/
11081108
optional uint32 bitfield = 9;
1109+
1110+
/*
1111+
* Magic number used to verify that a decoded packet is actually supposed to be unencrypted
1112+
*/
1113+
uint32 tx_unencrypted = 11;
11091114
}
11101115

11111116
/*

0 commit comments

Comments
 (0)