This commit is contained in:
Erayd 2026-04-17 15:44:34 -05:00 committed by GitHub
commit 2629fc218e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
/*