mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge 7e810a50eb into 4d5b500df5
This commit is contained in:
commit
2629fc218e
1 changed files with 5 additions and 0 deletions
|
|
@ -1185,6 +1185,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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue