hwdef: fix default battery monitor pins for CubeOrange

This commit is contained in:
bugobliterator 2019-06-28 12:11:57 +08:00 committed by Andrew Tridgell
parent 71ee4d573f
commit 7d4a758059
1 changed files with 2 additions and 2 deletions

View File

@ -294,8 +294,8 @@ define AP_FEATURE_SBUS_OUT 1
# Now setup the default battery pins driver analog pins and default
# scaling for the power brick.
define HAL_BATT_VOLT_PIN 2
define HAL_BATT_CURR_PIN 3
define HAL_BATT_VOLT_PIN 14
define HAL_BATT_CURR_PIN 15
define HAL_BATT_VOLT_SCALE 10.1
define HAL_BATT_CURR_SCALE 17.0
define HAL_GPIO_PWM_VOLT_PIN 3