From 65549f21d466c9e5096920d6b0f68d4d0a784fd6 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Thu, 12 May 2022 23:11:57 +1000 Subject: [PATCH] fix max message sizes --- apponly.options | 1 + mesh.options | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 apponly.options diff --git a/apponly.options b/apponly.options new file mode 100644 index 0000000..5526a6f --- /dev/null +++ b/apponly.options @@ -0,0 +1 @@ +*ChannelSet.settings max_count:10 \ No newline at end of file diff --git a/mesh.options b/mesh.options index da75703..a3105cd 100644 --- a/mesh.options +++ b/mesh.options @@ -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 \ No newline at end of file