-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Hi,
That would be great if there would be an option to change the VTX settings (band, channel, and mostly power) from the options menus for smartaudio VTX devices.
I know it's possible with BF's lua script here:
https://github.com/betaflight/betaflight-tx-lua-scripts/blob/master/src/SCRIPTS/BF/X9/vtx.lua
and it works very well.
i guess many people like to fly with 500/800mw power but when not flying (for example, when waiting for GPS to get satellites), it's better to reduce power to 25mw so VTX doesn't get too hot.
i hope you'll consider this request positively :)
thank you anyway, great lua script.
cheers.
NB: loading BF lua script on inav firmware works for changing VTX settings page but the problem is that you can't load BOTH inav lua script in one screen and bf lua script in another screen because there's not enough memory on the RC (taranis x9d+).