Releases: iNavFlight/OpenTX-Telemetry-Widget
2.2.5 Jumper T15 and misc updates
- Supports Jumper T15 (requires EdgeTX 2.10.3)
- New Italian translations and documentation @RobertoD91
- Updates to Russian translation @nm17
- Improved Trananis support and greyscale options @csurf
Two Zip files are provided:
- LuaTelemetry_v2.2.5.zip : Compiled LUA, should work on all radios and is the recommended download.
- LuaTelemetry v2.2.5_lua.zip : Source LUA, compiles on the device, may be required in the simulator
Full Changelog: v2.2.4...v2.2.5
Loading...
- Fixes a bug (#160) where "Flight Reset" attempted to load an obsolete lua file (exposed by a UI change in EdgeTX 2.9.2 and prior Edge changes in log naming).
Two Zip files are provided:
- LuaTelemetry_v2.2.4.zip : Compiled LUA, should work on all radios and is the recommended download.
- LuaTelemetry v2.2.4_lua.zip : Source LUA, compiles on the device, may be required in the simulator
Full Changelog: v2.2.3...v2.2.4
Edge degree
Minor update for EdgeTX colour radios.
- EdgeTX changed the character mapping of
@
/°
. This update provides a workaround for this otherwise non-(backwards)-compatible change.
Two Zip files are provided:
- LuaTelemetry_v2.2.3.zip : Compiled LUA, should work on all radios and is the recommended download.
- LuaTelemetry v2.2.3_lua.zip : Source LUA, compiles on the device, may be required in the simulator
Full Changelog: v2.2.2...v2.2.3
Menu Button Rationalisation
Configuration Menu Button rationalisation
The Configuration menu has been further rationalised on non-colour (B&W)/ small screen radios to solely use the OS enumerated EVT_VIRTUAL_MENU_LONG
button. This is typically a long press on the button marked as "Menu" or "MDL" / "Model". This is available on all supported radios and OS and is the OS recommended method of handling button presses in Lua scripts.
INAVButtons
In order to assist users in identifying the button press generating EVT_VIRTUAL_MENU_LONG
, a diagnostic tool INAVButtons
has been added. This may be found in the System Menu, either under "Tools" or from "SCRIPTS/TOOLS". When invoked, the user is invited to press the hardware buttons and their event code will be reported. The tool is exited by a long press on the "RTN" key. Only buttons that report virtual events to Lua scripts will generate output.
This tool may assist users to identify EVT_VIRTUAL_MENU_LONG
on less well documented radios. It may be run in the "Companion" application as well as on the radio.
Further details are given in the Configuration documentation
CRSF Detection
The updated method (v2.2.1) to detect CRSF telemetry did not work correctly on OpenTX. This detection method has been augmented with the prior version and so should be reliable on both EdgeTX and OpenTx.
Log replay
The EdgeTX renaming of log files (from MODEL_YYYY-MM-DD.csv
to MODEL_YYYY-MM-DD-HHMMSS.csv
has caused a number of issues for the Log Replay function. As a result of these insurmountable issues, only the OpenTX format (MODEL_YYYY-MM-DD.csv
) is supported. If the user wishes to replay EdgeTX log files, it will be necessary to rename the file to the OpenTX format. See also the Configuration documentation.
Documentation Update
Significant documentation updates have been made. It is recommended that these are read from the Project docs directory.
Two Zip files are provided:
- LuaTelemetry_v2.2.2.zip : Compiled LUA, should work on all radios and is the recommended download.
- LuaTelemetry v2.2.2_lua.zip : Source LUA, compiles on the device, may be required in the simulator
Full Changelog: v2.2.1...v2.2.2
Minor updates (ELRSv3)
- Fix ELRS typo on monochrome radios
- IFlight Commando8 enable menu entry key
- Don't enumerate or load logs on monochrome radios, EdgeTX
- ELRS: Add check for 2RSS to improve functionality with ELRS true diversity receivers
- Improved ELRSv3 detection
Two Zip files are provided:
- LuaTelemetry_v2.2.1.zip : Compiled LUA, should work on all radios and is the recommended download.
- LuaTelemetry v2.2.1_lua.zip : Source LUA, compiles on the device, may be required in the simulator
Full Changelog: v2.2.0...v2.2.1
Release 2.2.0
INAV LUA 2.2.0
Cumulative updates since 2.1.0
- Fixes (Zorro) crash with no log files (EdgeTX 2.8, provoked by #44)
- Improves CRSF recognition (#57)
- Restores "Launch Mode" (#55); accidentally lost during the EdgeTX compatibility changes.
- Extends battery capacity from 10000mAh to 50000mAh
- Fixes #44 (inability to replay EdgeTX new log file naming)
- Implements EdgeTX log file naming conventions
- Correctly recognises CRSF logs for replay on non-CRSF systems.
Minimum EdgeTX version is now2.5.0 in order to support modern EdgeTX log file conventions.
Two Zip files are provided:
- LuaTelemetry_v2.2.0.zip : Compiled LUA, should work on all radios and is the recommended download.
- LuaTelemetry v2.2.0_lua.zip : Source LUA, compiles on the device, may be required in the simulator
Full Changelog: v2.1.0...v2.2.0
Extend Battery Capacity
- Extends battery capacity from 10000mAh to 50000mAh
Note that the minimum EdgeTX version is 2.5.0 (due to rc2).
Two Zip files are provided:
- LuaTelemetry_v2.1.1-rc3.zip : Compiled LUA, should work on all radios and is the recommended download.
- LuaTelemetry_v2.1.1-rc3_lua.zip : Source LUA, compiles on the device, may be required in the simulator
Full Changelog: v2.1.0...v2.1.1-rc3
Restore Launch Mode
- Restores "Launch Mode" (#55, @MRC3742); accidentally lost during the EdgeTX compatibility changes.
- 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-rc2.zip : Compiled LUA, should work on all radios and is the recommended download.
- LuaTelemetry_v2.1.1-rc2_lua.zip : Source LUA, compiles on the device, may be required in the simulator
Full Changelog: v2.1.0...v2.1.1-rc2
Clean up log naming
- 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
v2.1.0: Device updates, improvements and workarounds
This release provides support for newer radios and the latest releases from OpenTX and Edge TX. There are also a few minor fixes and cleanups. This release supports OpenTX 2.3.15 and EdgeTX 2.7.1 in addition to previously supported versions.
Changes since 2.0.1
- Addresses OpenTX 2.3.15
getVersion
API change (#43) - Add support for extended CRSF RF Modes (#39) @FrankPetrilli
- Revised NV14 (Nirvana) event mapping (OTX/ETX compatible) (#25)
- Fix reversed up / down key mappings for non-roller radios (#35)
- Fix menu virtual key for Jumper T12 and T-Lite EVT_VIRTUAL_MENU_LONG (Menu long press) (#21)
- Add support for RM Zorro radio, enter Widget configuration menu via EVT_VIRTUAL_MENU_LONG (Roller long press); dismiss the OS Reset screen with RTH to get to the menu. (#33)
Two Zip files are provided:
- LuaTelemetry_v2.1.0.zip : Compiled LUA, should work on all radios and is the recommended download.
- LuaTelemetry_v2.1.0_lua.zip : Source LUA, compiles on the device, may be required in the simulator
Full Changelog: v2.0.1...v2.1.0