mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
fix max message sizes
This commit is contained in:
parent
f1e495cbba
commit
65549f21d4
2 changed files with 5 additions and 0 deletions
1
apponly.options
Normal file
1
apponly.options
Normal file
|
|
@ -0,0 +1 @@
|
|||
*ChannelSet.settings max_count:10
|
||||
|
|
@ -41,3 +41,7 @@
|
|||
|
||||
# MyMessage.name max_size:40
|
||||
# or fixed_length or fixed_count, or max_count
|
||||
|
||||
|
||||
#This value may want to be a few bytes smaller to compensate for the parent fields.
|
||||
*Compressed.data max_size:237
|
||||
Loading…
Add table
Add a link
Reference in a new issue