-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Is your feature request related to a problem? Please describe
OpenTX v2.3 adds new virtual key events that simplifies the controls of multiple controllers.
Describe the solution you'd like
Clean up Lua Telemetry code to use the virtual key events
Describe alternatives you've considered
Continue the painful way it's being done now, where every controller needs to be hand-built.
Additional context
For Lua Telemetry to continue to work with older versions of OpenTX, detecting of missing virtual key events will be required. Another option is to require OpenTX 2.3, but I don't think that can be done till a later date (but will be done at some point so legacy code can be removed). Maybe 6 months after OpenTX 2.3 is released it's made a requirement of Lua Telemetry?
PasiRuo