Keep edition smol

This commit is contained in:
Jonathan Bennett 2025-07-22 09:05:10 -05:00
parent 898f06796b
commit d868b86e75

View file

@ -31,6 +31,8 @@
*MyNodeInfo.air_period_tx max_count:8
*MyNodeInfo.air_period_rx max_count:8
*MyNodeInfo.firmware_edition int_size:8
# Note: the actual limit (because of header bytes) on the size of encrypted payloads is 251 bytes, but I use 256
# here because we might need to fill with zeros for padding to encryption block size (16 bytes per block)
*MeshPacket.encrypted max_size:256