Browse Source

PX4: smart battery on second I2C bus

master
Randy Mackay 10 years ago
parent
commit
a8c176f104
  1. 2
      mk/PX4/ROMFS/init.d/rc.APM

2
mk/PX4/ROMFS/init.d/rc.APM

@ -377,7 +377,7 @@ then @@ -377,7 +377,7 @@ then
fi
# optional smbus battery monitor
if batt_smbus start
if batt_smbus -b 2 start
then
echo "Found batt_smbus"
fi

Loading…
Cancel
Save