mirror of
https://github.com/oltaco/Adafruit_nRF52_Bootloader_OTAFIX.git
synced 2026-03-29 07:09:52 +00:00
fixes an issue introduced with lazy erase, where small packets could overflow the lazy erase buffer and flash write queue when PRNs were set above 3–4. introduces a packet accumulator at the transport layer to combine small packets before writing to flash. this reduces pressure on the lazy erase buffer and flash write queue, and also provides a modest speed boost for transfers using small packets.