We now allow sending encrypted message payloads

This commit is contained in:
geeksville 2020-05-09 19:06:45 -07:00
parent f775ebe369
commit 5e2df6c998
2 changed files with 13 additions and 13 deletions

View file

@ -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