Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 789 Bytes

known_issues.md

File metadata and controls

17 lines (10 loc) · 789 Bytes

General Issues in converting scripts written for OpenTX 2.0

Deprecated Functions

lcd.Lock() is deprecated, will be obsolete in 2.2. Lua scripts must now explicitly call lcd.Clear() and re-draw the whole display if necessary.

TODO: research killEvents() and use of keys in telemetry scripts

Obsolete Telemetry Field Names

OpenTX 2.1 now provides more flexibility in the number and type of supported remote sensors. As a result, several field name constants are obsolete and need to be modified in scripts originally written for OpenTX 2.0.

GPS field names are covered in Handling GPS Sensor Data

Lipo voltage field names (LVSS) are covered in Handling Lipo Sensor Data