mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-29 20:18:31 -04:00
PX4: start batt_smbus
This commit is contained in:
parent
70dcc724ac
commit
b4b062e9ef
@ -376,6 +376,12 @@ then
|
||||
fi
|
||||
fi
|
||||
|
||||
# optional smbus battery monitor
|
||||
if batt_smbus start
|
||||
then
|
||||
echo "Found batt_smbus"
|
||||
fi
|
||||
|
||||
if [ $BOARD == FMUv2 ]
|
||||
then
|
||||
# the ramtron on FMUv2 is very fast and can handle trillions of
|
||||
|
Loading…
Reference in New Issue
Block a user