mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: fixed default CubeOrange pin for 2nd current sensor
This commit is contained in:
parent
9ddc7ea763
commit
c1403a2e2b
|
@ -1,5 +1,5 @@
|
||||||
# setup correct defaults for battery monitoring for cube power brick
|
# setup correct defaults for battery monitoring for cube power brick
|
||||||
BATT2_CURR_PIN 14
|
BATT2_CURR_PIN 4
|
||||||
BATT2_VOLT_PIN 13
|
BATT2_VOLT_PIN 13
|
||||||
BATT_AMP_PERVLT 39.877
|
BATT_AMP_PERVLT 39.877
|
||||||
BATT_VOLT_MULT 12.02
|
BATT_VOLT_MULT 12.02
|
||||||
|
|
Loading…
Reference in New Issue