Skip to content
Snippets Groups Projects
Commit fd3b0eaf authored by Lucas De Marchi's avatar Lucas De Marchi Committed by Nuno Marques
Browse files

aerofc: allow to use 921600 baud to reboot

parent 0c38f89b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment