Clean up log naming
Pre-release
Pre-release
- Fixes #44
- Implements EdgeTX log file naming conventions
- Correctly recognises CRSF logs for replay on non-CRSF systems.
Note that EdgeTX (at least 2.7,1)
- Does not substitute spaces with underscores in log names
- Appends the time to the log name =>
LOGS/Model Name-YYYY-MM-DD-hhmmss.csv
(OTX would generateLOGS/Model_Name-YYYY-MM-DD.csv
Minimum EdgeTX version is now2.5.0 in order to support modern EdgeTX log file conventions.
Two Zip files are provided:
- LuaTelemetry_v2.1.1-rc1.zip : Compiled LUA, should work on all radios and is the recommended download.
- LuaTelemetry_v2.1.1-rc1_lua.zip : Source LUA, compiles on the device, may be required in the simulator
Full Changelog: v2.1.0...v2.1.1-rc1