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