-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
having syntax error with jumper t12 #248
Comments
@mikeller just thinking loud, but while adding the virtual events, wouldn’t actually make sense to just list the screen formats as “platforms”, and rely on opentx doing the right thing? That would avoid having to add every single radio. |
If this is possible that would definitely be an advantage |
Support for T12 is included in release 1.4.0. |
Will test asap |
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
The text was updated successfully, but these errors were encountered: