Skip to content
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

Closed
nangel0 opened this issue Oct 5, 2019 · 8 comments
Closed

having syntax error with jumper t12 #248

nangel0 opened this issue Oct 5, 2019 · 8 comments

Comments

@nangel0
Copy link

nangel0 commented Oct 5, 2019

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

@mikeller
Copy link
Member

mikeller commented Oct 6, 2019

@nangel0: Yes, this is exactly what was done in #231, and will be included in the next release.

@raphaelcoeffic
Copy link
Member

@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.

@mikeller
Copy link
Member

mikeller commented Oct 6, 2019

@raphaelcoeffic:

wouldn’t actually make sense to just list the screen formats as “platforms”, and rely on opentx doing the right thing?

If this is possible that would definitely be an advantage

@raphaelcoeffic
Copy link
Member

@mikeller I just posted a PoC in #250

@nangel0
Copy link
Author

nangel0 commented Oct 6, 2019

@nangel0: Yes, this is exactly what was done in #231, and will be included in the next release.

Sorry, new to github should have searched first...

@raphaelcoeffic
Copy link
Member

@nangel0 could you please re-test with 1.4.0? at best, directly with the zip file in #260.

@raphaelcoeffic
Copy link
Member

Support for T12 is included in release 1.4.0.

@nangel0
Copy link
Author

nangel0 commented Oct 14, 2019

Will test asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants