FrSky
FrSky copied to clipboard
My S.Port sensors and OpenTX Lua scripts
I managed to create a sensor for an **uninverted** serial with slight modifications to the library. The sensor had to be connected to a Jumper R8 PIX TX/RX port. If...
Hello! I’m using this to send the max G-force from my Arduino and MPU6050 using the example you provided, but I’d like to send more than one value ad the...
Hello. While just browsing I encountered a 'null' keyword in the lua file: https://github.com/RealTadango/FrSky/blob/fb8e450f8e15eb8d9f1fe3496498a30254764ad2/Ethos/ecu/main.lua#L138 Grepping the project found two other instances of 'nill': * https://github.com/RealTadango/FrSky/blob/master/OpenTX/LView/LView.lua#L549 * https://github.com/RealTadango/FrSky/blob/master/OpenTX/LView/LView.lua#L591 I think this...