mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-06 07:53:57 -04:00
waf: disable battery-balance features on simulated periphs
This commit is contained in:
parent
b3bc0528e0
commit
b5ce6f1efd
@ -959,6 +959,7 @@ class sitl_periph_universal(sitl_periph):
|
||||
HAL_PERIPH_ENABLE_IMU = 1,
|
||||
HAL_PERIPH_ENABLE_RANGEFINDER = 1,
|
||||
AP_PERIPH_BATTERY_ENABLED = 1,
|
||||
AP_PERIPH_BATTERY_BALANCE_ENABLED = 0,
|
||||
HAL_PERIPH_ENABLE_EFI = 1,
|
||||
HAL_PERIPH_ENABLE_RPM = 1,
|
||||
HAL_PERIPH_ENABLE_RPM_STREAM = 1,
|
||||
@ -998,6 +999,7 @@ class sitl_periph_battmon(sitl_periph):
|
||||
APJ_BOARD_ID = 101,
|
||||
|
||||
AP_PERIPH_BATTERY_ENABLED = 1,
|
||||
AP_PERIPH_BATTERY_BALANCE_ENABLED = 0,
|
||||
)
|
||||
|
||||
class esp32(Board):
|
||||
|
Loading…
Reference in New Issue
Block a user