Skip to content

Commit b97e3cf

Browse files
committed
Add unencrypted payloads
1 parent bf149bb commit b97e3cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

meshtastic/mesh.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,8 @@ message Routing {
10521052
* inside a radio packet (because from/to are broken out by the comms library)
10531053
*/
10541054
message Data {
1055+
reserved 10; // Used for deprecated field
1056+
10551057
/*
10561058
* Formerly named typ and of type Type
10571059
*/
@@ -1106,6 +1108,11 @@ message Data {
11061108
* Bitfield for extra flags. First use is to indicate that user approves the packet being uploaded to MQTT.
11071109
*/
11081110
optional uint32 bitfield = 9;
1111+
1112+
/*
1113+
* Magic number used to verify that a decoded packet is actually supposed to be unencrypted
1114+
*/
1115+
uint32 tx_unencrypted = 11;
11091116
}
11101117

11111118
/*

0 commit comments

Comments
 (0)