ROMFS: start esc_battery if param is set

This commit is contained in:
Julian Oes
2020-03-23 09:30:52 +01:00
parent b01cdafcf6
commit 641612468b

View File

@@ -348,6 +348,11 @@ else
sh /etc/init.d/rc.sensors
if param compare -s BAT1_SOURCE 2
then
esc_battery start
fi
battery_status start
commander start
fi