Replies: 9 comments
-
Custom lua scipts are enabled in pre-built releases. |
Beta Was this translation helpful? Give feedback.
-
That documentation is now out of date - LUA compile option is no longer abused as a ternary option so LUA=YES is now LUA_MIXER=Y. Can you give a link to documentation so it can be updated. "Custom lua scripts" is not Lua, just as the Lua checkbox in Companion did not actually turn Lua on or off. That only turned on or off the custom lua mixer scripts, which was not on by default. Did you have a lua script that you used to add an entry for on the 'custom lua scripts' page? If so, that means you need a custom build, as we don't have the build server setup yet that opentx does (which you are using when you ticked the different options in Companion). It doesn't necessary mean you need to be a programmer... in the interim period until the online build server is up, you can always REQUEST a build and someone will likely build it for you, or you can use gitpod to do it yourself if you don't want to follow any of the other guides in the wiki.
? Not sure about that... LUA_MIXER is still off AFAIK... |
Beta Was this translation helpful? Give feedback.
-
Yup, you might be right, as only luac is enabled in build I did recently. |
Beta Was this translation helpful? Give feedback.
-
Link to docs is here: Ok, so I understand that to enable lua mixers I need to compile on my own. I will go without lua mixer scirpts for now, until it is enabled by developers. Otherwise I would need to compile every time I want to update. It is not worth the effort, better I will use this time to fly my models :) |
Beta Was this translation helpful? Give feedback.
-
@k4cus But I'll write simple tutorial because it took a few hours to figure stuff out meanwhile whole process takes 7-15min:
I use custom built 2.7.1 firmware and Lua Mixer tab is shown now it's not that hard to build custom firmware when you done it once |
Beta Was this translation helpful? Give feedback.
-
Hello, i tried to make my custom build as per the above instructions but i am getting the below two errors when running the (make -j gitpod@edgetx-edgetx-h96nwb8hh50:/workspace/edgetx/build$ make -j Any idea hot to resolve this problem? |
Beta Was this translation helpful? Give feedback.
-
It seems like you get only warnings and the build finished successfully. |
Beta Was this translation helpful? Give feedback.
-
the build works, thanks, but i don't know if these error are critical to the radio working or not, what do you think? |
Beta Was this translation helpful? Give feedback.
-
No, they are not critical in any means. |
Beta Was this translation helpful? Give feedback.
-
I am using nightly build of edgetx 2.7.0. I don't see custom lua scripts page. In docs it is written:
"Please note: the firmware must be compiled with the option LUA=YES for Custom scripts to be available."
but I am downloading firmware from github, I am not compiling it by myselfe. Howto enable custom lua scripts? Is it true that I need to compile firmware on my own? Every rc user must be a programmer and compile firmware by himself? Coudn't you enable lua scripts by default, as this is default feature of opentx and edge is missing it. I need it to calculate per cell voltage. Advert claims that edgetx is what opentx is and more and better. At this point I see that edgetx is missing one of important functions that opentx has build in.
Tell me that I am wrong :)
Beta Was this translation helpful? Give feedback.
All reactions