Remove count

This commit is contained in:
Ben Meadors 2023-07-25 17:29:31 -05:00
parent 16dbe1e7e6
commit 45ccd172d7

View file

@ -2,7 +2,6 @@
# 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:80
*DeviceState.node_db_lite 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