iNavFlight / OpenTX-Telemetry-Widget

INAV Lua Telemetry with support for EdgeTX
https://luatelemetry.readthedocs.io/en/latest/
GNU General Public License v3.0
156 stars 32 forks source link

[etx] remove capability to replay logs to avoid exceeding "CPU limit" #110

Closed stronnag closed 1 year ago

stronnag commented 1 year ago

Due to the changes to the way EdgeTX names log files, it is not possible for the script to determine if enumerating logs will cause the script to abort with the message create() CPU limi (i.e. CPU limit imposed on a Lua script exhausted).

On order to avoid this non-deterministic behaviour, the capability to replay log files on EdgeTX is removed.

Note that:

Fixes #101