mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
updates to get device code building with new proto names
This commit is contained in:
parent
2599841066
commit
a76ceb1509
1 changed files with 9 additions and 2 deletions
11
mesh.options
11
mesh.options
|
|
@ -30,9 +30,16 @@
|
|||
# Note: the actual limit (because of header bytes) on the size of encrypted payloads is 251 bytes, but I use 256
|
||||
# here because we might need to fill with zeros for padding to encryption block size (16 bytes per block)
|
||||
*MeshPacket.encrypted max_size:256
|
||||
*MeshPacket.payload anonymous_oneof:true
|
||||
*MeshPacket.payloadVariant anonymous_oneof:true
|
||||
|
||||
*SubPacket.payload anonymous_oneof:true
|
||||
*SubPacket.payloadVariant anonymous_oneof:true
|
||||
|
||||
# We don't want this one anonymous
|
||||
# *SubPacket.ackVariant anonymous_oneof:true
|
||||
|
||||
*ToRadio.payloadVariant anonymous_oneof:true
|
||||
|
||||
*FromRadio.payloadVariant anonymous_oneof:true
|
||||
|
||||
# Max of three ignored nodes for our testing
|
||||
*UserPreferences.ignore_incoming max_count:3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue