diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/movement_bulk_installer/shipboards.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/movement_bulk_installer/shipboards.sh b/utils/movement_bulk_installer/shipboards.sh index 537eae68..b4c01341 100755 --- a/utils/movement_bulk_installer/shipboards.sh +++ b/utils/movement_bulk_installer/shipboards.sh @@ -15,7 +15,7 @@ while [ true ] ; do done sleep 0.5 clear - cp ./standard-green.uf2 /Volumes/WATCHBOOT/ + cp ./standard-red.uf2 /Volumes/WATCHBOOT/ if [ $? -eq 0 ] then echo -e "${GREEN}Success!${END} Board flashed successfully!" |