mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
aerofc: allow to use 921600 baud to reboot
This commit is contained in:
committed by
Nuno Marques
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
|
||||
|
||||
Reference in New Issue
Block a user