ardupilot icon indicating copy to clipboard operation
ardupilot copied to clipboard

VTX_MAX_POWER upper bound too low

Open cbf123 opened this issue 2 years ago • 2 comments

There are 2000mW VTXs out there now, so it seems wrong to limit VTX_MAX_POWER to 1000.

cbf123 avatar Jan 23 '23 19:01 cbf123

Agreed. I'm trying to setup the Rush solo max - 2.5w and can only get it to 1000mw via smart audio. Setting it to 2500mw will actually set it to 25mW.

supercrossed avatar Apr 19 '23 04:04 supercrossed

Seems to still be an issue in AP_VideoTX.cpp as upper bound is still 1000

// @Range: 25 1000
AP_GROUPINFO("MAX_POWER", 7, AP_VideoTX, _max_power_mw, 800),

cbf123 avatar Apr 16 '24 15:04 cbf123