From 72cbde93ffbc2ee917f9d7328558475e02a91cba Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 16 Jun 2020 15:25:54 -0700 Subject: [PATCH] we aren't yet storing tophone messages across deep sleep, so shrink this --- mesh.options | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mesh.options b/mesh.options index bfe1dfd..ab5875c 100644 --- a/mesh.options +++ b/mesh.options @@ -9,7 +9,9 @@ # FIXME pick a higher number someday? or do dynamic alloc in nanopb? *DeviceState.node_db max_count:32 -*DeviceState.receive_queue max_count:32 + +# 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 *RouteDiscovery.route max_count:8