betaflight / blackbox-tools

Tools for working with blackbox flight logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increase max logs in file

cpihl opened this issue · comments

commented

In parser.h, FLIGHT_LOG_MAX_LOGS_IN_FILE is set to 31,
and I have seen log files with 97 logs. For example when using Betaflight F4 with Betaflight 3.5.5.
Tested to increase to 100 and it worked. (Why limit?)

It's probably arbitrary and comes from a time when flash chips on boards were smaller. It should be save to increase it. Can you please open a pull request for this change?