iNavFlight / OpenTX-Telemetry-Widget

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

Don't enumerate or load logs on non-colour radios, EdgeTX #87

Closed stronnag closed 1 year ago

stronnag commented 1 year ago

Various changes / mis-features in EdgeTX result in the widget crashing on non-colour radios with a populated LOG directory.

stronnag commented 1 year ago

Fixes #86 (inter-alia)

pfeerick commented 1 year ago

Just FYI, table has never been available on B&W in OTX (was behind the PCBHORUS define) or ETX (agnostic COLORLCD define). It was just never documented as such with OTX lua docs, but is in the ETX lua docs.

stronnag commented 1 year ago

Peter, thanks for the confirmation. This widget never used table on OTX, it's only used for sorting the new log file name format in ETX (post 2.7?).