ardupilot
ardupilot copied to clipboard
VTX_MAX_POWER upper bound too low
There are 2000mW VTXs out there now, so it seems wrong to limit VTX_MAX_POWER to 1000.
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.
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),