Skip to content

Releases: iNavFlight/OpenTX-Telemetry-Widget

2.2.5 Jumper T15 and misc updates

06 Aug 17:38
7a34563
Compare
Choose a tag to compare
  • 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...

30 Nov 07:27
9d11058
Compare
Choose a tag to compare
  • 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

16 Sep 12:05
9d11058
Compare
Choose a tag to compare

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

24 Aug 14:43
3add578
Compare
Choose a tag to compare

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.

buttons_0

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.

buttons_1

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)

29 Apr 16:46
Compare
Choose a tag to compare
  • 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

Thanks to @CapnBry and @rmaia3d for the ELRS contributions

Release 2.2.0

27 Nov 11:06
6a1939d
Compare
Choose a tag to compare

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

26 Aug 12:27
70f45b1
Compare
Choose a tag to compare
Pre-release
  • 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

09 Jul 07:33
d68c322
Compare
Choose a tag to compare
Restore Launch Mode Pre-release
Pre-release
  • 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 generate LOGS/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

18 May 19:38
1f3e324
Compare
Choose a tag to compare
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 generate LOGS/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

10 May 07:16
Compare
Choose a tag to compare

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