// @Description: This sets options to change the behaviour of the battery monitor
// @Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot
// @Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS
MPPT_Power_On_At_Arm=(1U<<3),// MPPT Enabled when vehicle is armed, if HW supports it
MPPT_Power_Off_At_Boot=(1U<<4),// MPPT Disabled at startup (aka boot), if HW supports it
MPPT_Power_On_At_Boot=(1U<<5),// MPPT Enabled at startup (aka boot), if HW supports it. If Power_Off_at_Boot is also set, the behavior is Power_Off_at_Boot
GCS_Resting_Voltage=(1U<<6),// send resistance resting voltage to GCS