yaapu / FrskyTelemetryScript

A LUA telemetry script and widget for the Horus X10(S),X12 and Taranis X9D+,X9E,QX7 and X-Lite radios using ArduPilot frsky passthru protocol
GNU General Public License v3.0
438 stars 141 forks source link

Radiomaster MT12 - enter config screen #244

Closed rain-er closed 55 minutes ago

rain-er commented 3 weeks ago

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:

yaapu commented 6 hours ago

Hi, I do not have the time to adapt the script to every single radio out there and I know there are many workarounds, so thanks.

Hi please try this script, it's a standalone one, copy it in the /scripts/tools folder and run it from the tools menu (same place where you have Yaapu Debug) and let me know. Yaapu Config.zip