mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
adb_upload: try to sync after uploading (#4669)
This commit is contained in:
@@ -23,3 +23,7 @@ do
|
|||||||
adb push $arg $last
|
adb push $arg $last
|
||||||
((i+=1))
|
((i+=1))
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Make sure they are synced to the file system
|
||||||
|
echo "Syncing FS..."
|
||||||
|
adb shell sync
|
||||||
|
|||||||
Reference in New Issue
Block a user