We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf149bb commit b97e3cfCopy full SHA for b97e3cf
meshtastic/mesh.proto
@@ -1052,6 +1052,8 @@ message Routing {
1052
* inside a radio packet (because from/to are broken out by the comms library)
1053
*/
1054
message Data {
1055
+ reserved 10; // Used for deprecated field
1056
+
1057
/*
1058
* Formerly named typ and of type Type
1059
@@ -1106,6 +1108,11 @@ message Data {
1106
1108
* Bitfield for extra flags. First use is to indicate that user approves the packet being uploaded to MQTT.
1107
1109
1110
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;
1116
}
1117
1118
0 commit comments