#Automatically start bluetooth joystick on a specific model for simulator.
1 messages · Page 1 of 1 (latest)
With Radiomaster TX16s, inernal module.
local elrs = assert(loadfile("/SCRIPTS/TOOLS/elrsV3.lua"))()
local function init_func()
elrs.init()
end
local function run_func()
crossfireTelemetryPush(0x2D, { 0xEE, 0xEF, 16, 1 })
return 0
end
return { run=run_func, init=init_func }
This functional script run Wi-Fi. How to run BLE Joystick?