Description
After updating jumper t12 with lastest firmware
from companion,
latest betaflight lua script
and latest inav lua script
i was not able to run BF lua script for VTX or any
other
just edited radios.lua
added this line and and compiled .luac
local supportedRadios =
{
["x3"] = supportedPlatforms.x7,
["x7"] = supportedPlatforms.x7,
["x7s"] = supportedPlatforms.x7,
["xlite"] = supportedPlatforms.x7,
["xlites"] = supportedPlatforms.x7,
["x9lite"] = supportedPlatforms.x7,
["x9d"] = supportedPlatforms.x9,
["x9d+"] = supportedPlatforms.x9,
["x9e"] = supportedPlatforms.x9,
["x10"] = supportedPlatforms.horus,
["x12s"] = supportedPlatforms.horus,
["t12"] = supportedPlatforms.x7,
}
Just replace files in your SD card file structure
really not shure if can do this, its the first time im adding anything to git and to community