From f072f84610c1a33af6abe7c8f7063928099ac449 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Thu, 2 Jun 2022 18:00:43 -0700 Subject: [PATCH] change node_db to 80 --- deviceonly.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deviceonly.options b/deviceonly.options index aca216f..1905649 100644 --- a/deviceonly.options +++ b/deviceonly.options @@ -2,7 +2,7 @@ # https://jpa.kapsi.fi/nanopb/docs/reference.html#proto-file-options # FIXME pick a higher number someday? or do dynamic alloc in nanopb? -*DeviceState.node_db max_count:64 +*DeviceState.node_db max_count:80 # FIXME - max_count is actually 32 but we save/load this as one long string of preencoded MeshPacket bytes - not a big array in RAM *DeviceState.receive_queue max_count:1