aerofc: allow to use 921600 baud to reboot

This commit is contained in:
Lucas De Marchi 2017-08-28 10:26:25 -07:00 committed by Nuno Marques
parent 0c38f89b23
commit fd3b0eafb2
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ ssh $target /bin/bash <<EOF
echo -e "Updating firmware on AeroFC"
~/px_uploader.py \
--port /dev/ttyS1 \
--baud-flightstack 1500000,460800,115200 \
--baud-flightstack 921600,460800,1500000,115200 \
$(basename $firmware)
echo "Firmware updated"
if [ \$router_running -eq 1 ]; then