ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
10.47k stars 17.11k forks source link

VTX_MAX_POWER upper bound too low #22721

Open cbf123 opened 1 year ago

cbf123 commented 1 year ago

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

supercrossed commented 1 year ago

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.

cbf123 commented 4 months ago

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),