FrskyTelemetryScript
FrskyTelemetryScript copied to clipboard
Radiomaster MT12 - enter config screen
Radiomaster MT12 works with "bw128x64" scripts. MT12 has keys SYS, MDL, Page+, Page-, RTN, TELE, but no MENU-Button to access the Yappu config screen. "RTN and TELE" key combination did not work. I use EdgeTx 2.10.3.
With this litte change the config screen can be accessed with longpress TELE key.
yaapu7.lua:
-- elseif event == EVT_MENU_LONG or event == 128 then
elseif event == EVT_TELEM_LONG or event == 128 then
Workaround to activate:
- install Yaapu as usual on MT12
- on MT12 SCRIPTS/TELEMETRY folder delete "yaapu7.luac"
- copy "yaapu7.lua" from the repository to MT12 and change as shown above
- start Yaapu telemetry. "yaapu7.lua" will automatically be compiled to "yaapu7.luac"