mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
We now allow sending encrypted message payloads
This commit is contained in:
parent
f775ebe369
commit
5e2df6c998
2 changed files with 13 additions and 13 deletions
|
|
@ -15,8 +15,8 @@
|
|||
# note: this payload length is ONLY the bytes that are sent inside of the radiohead packet
|
||||
*Data.payload max_size:251
|
||||
|
||||
# 128 bit psk key (we don't use 256 bit yet because we want to keep our QR code small)
|
||||
*ChannelSettings.psk max_size:16 fixed_length:true
|
||||
# 256 bit or 128 bit psk key
|
||||
*ChannelSettings.psk max_size:32
|
||||
*ChannelSettings.name max_size:12
|
||||
|
||||
# The device code doesn't use this legacy field - though the apps still might
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue