#Automatically start bluetooth joystick on a specific model for simulator.

1 messages · Page 1 of 1 (latest)

wraith helm
#

Hello is there a way to start Bluetooth joystick automatically on a specific model?
It's kind of annoying to go system elrs Bluetooth joystick every time.

#

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?