mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: change CUAVv5Nano volt scale to 18.000
This commit is contained in:
parent
ebbcd00873
commit
b99d6e075c
|
@ -46,9 +46,9 @@ PI5 TIM8_CH1 TIM8 RCININT PULLUP LOW
|
|||
|
||||
# setup for supplied power brick
|
||||
undef HAL_BATT_VOLT_SCALE
|
||||
define HAL_BATT_VOLT_SCALE 18.182
|
||||
define HAL_BATT_VOLT_SCALE 18.000
|
||||
undef HAL_BATT_CURR_SCALE
|
||||
define HAL_BATT_CURR_SCALE 36.364
|
||||
define HAL_BATT_CURR_SCALE 24.000
|
||||
|
||||
# setup safety switch
|
||||
PE12 LED_SAFETY OUTPUT
|
||||
|
|
Loading…
Reference in New Issue