mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL_Chibios: Adjust MatekF765-Wing voltage and current scales
The new values matches the ones from here: http://www.mateksys.com/?portfolio=f765-wing#tab-id-5 Also verified to be a lot more accurate in real life.
This commit is contained in:
parent
cb4a2b7382
commit
d7ef792933
@ -79,8 +79,8 @@ define HAL_DEFAULT_AIRSPEED_PIN 10
|
||||
# define default battery setup
|
||||
define HAL_BATT_VOLT_PIN 12
|
||||
define HAL_BATT_CURR_PIN 13
|
||||
define HAL_BATT_VOLT_SCALE 10.1
|
||||
define HAL_BATT_CURR_SCALE 17.0
|
||||
define HAL_BATT_VOLT_SCALE 11
|
||||
define HAL_BATT_CURR_SCALE 40
|
||||
|
||||
# analog RSSI
|
||||
PC1 RSSI_ADC ADC1
|
||||
|
Loading…
Reference in New Issue
Block a user