mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
aerofc: allow to use 921600 baud to reboot
This commit is contained in:
parent
0c38f89b23
commit
fd3b0eafb2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user