2020-12-28 13:12:14 +08:00
|
|
|
# options for nanopb
|
|
|
|
|
# https://jpa.kapsi.fi/nanopb/docs/reference.html#proto-file-options
|
|
|
|
|
|
|
|
|
|
# FIXME pick a higher number someday? or do dynamic alloc in nanopb?
|
2022-04-15 22:29:08 -07:00
|
|
|
*DeviceState.node_db max_count:64
|
2020-12-28 13:12:14 +08:00
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
2021-03-11 13:01:22 +08:00
|
|
|
*ChannelFile.channels max_count:8
|
2020-12-28 13:12:14 +08:00
|
|
|
|
2022-04-18 18:13:52 +02:00
|
|
|
*OEMStore.oem_text max_size:40
|
|
|
|
|
|
|
|
|
|
*OEMStore.oem_icon_bits max_size:2048
|