AP_HAL_ChibiOS: set AP_BATTERY_WATT_MAX_ENABLED 0 for minimize

This commit is contained in:
Tom Pittenger 2023-11-09 14:43:08 -08:00 committed by Peter Barker
parent cd6a656acf
commit 1f7b4d0938
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ define AP_BEACON_ENABLED 0
define AP_BATTERY_BACKEND_DEFAULT_ENABLED 0
define AP_BATTERY_ANALOG_ENABLED 1
define AP_BATTERY_ESC_ENABLED HAL_WITH_ESC_TELEM
define AP_BATTERY_WATT_MAX_ENABLED 0
define AP_BATTERY_UAVCAN_BATTERYINFO_ENABLED HAL_ENABLE_DRONECAN_DRIVERS
define AP_BATTERY_SUM_ENABLED 1
define AP_BATTERY_SYNTHETIC_CURRENT_ENABLED 1