summaryrefslogtreecommitdiffstats
path: root/movement
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2023-09-13 11:39:58 -0400
committerjoeycastillo <joeycastillo@utexas.edu>2023-09-13 11:40:40 -0400
commit9cd39cd3e37121502a5d58f8a58bd37331be378e (patch)
tree1cc5c5b66421e338646df832ccc96d2e141cf552 /movement
parent7fd51caa25681c43173be77075c268cede87efb6 (diff)
downloadSensor-Watch-9cd39cd3e37121502a5d58f8a58bd37331be378e.tar.gz
Sensor-Watch-9cd39cd3e37121502a5d58f8a58bd37331be378e.tar.bz2
Sensor-Watch-9cd39cd3e37121502a5d58f8a58bd37331be378e.zip
add new COLOR flag
Diffstat (limited to 'movement')
-rwxr-xr-xmovement/make/make_alternate_fw.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/make/make_alternate_fw.sh b/movement/make/make_alternate_fw.sh
index d1ce7673..24d9e63a 100755
--- a/movement/make/make_alternate_fw.sh
+++ b/movement/make/make_alternate_fw.sh
@@ -22,7 +22,7 @@ do
do
COLOR=$(echo "$color" | tr '[:lower:]' '[:upper:]')
make clean
- make LED=$COLOR FIRMWARE=$VARIANT
+ make COLOR=$COLOR FIRMWARE=$VARIANT
mv "build/watch.uf2" "$fw_dir/$variant-$color.uf2"
done
rm -rf ./build-sim