summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2023-08-17 14:25:33 -0400
committerjoeycastillo <joeycastillo@utexas.edu>2023-08-17 14:35:51 -0400
commitfd2c8c20650c9d2ff332e5da55e0cdd943cf5cc3 (patch)
treed2df4d4fe41d0f2d7f31fb3c853f32b291d2e874 /utils
parent15eeca6b599cd007de6aedf96628e3f169eacdc2 (diff)
downloadSensor-Watch-fd2c8c20650c9d2ff332e5da55e0cdd943cf5cc3.tar.gz
Sensor-Watch-fd2c8c20650c9d2ff332e5da55e0cdd943cf5cc3.tar.bz2
Sensor-Watch-fd2c8c20650c9d2ff332e5da55e0cdd943cf5cc3.zip
add sensor watch lite
Diffstat (limited to 'utils')
-rwxr-xr-xutils/movement_bulk_installer/shipboards.sh2
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!"