summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorSlim <slim@pirate.tn>2022-12-02 19:53:56 +0100
committerSlim <slim@pirate.tn>2022-12-02 19:53:56 +0100
commit9cb2d3278adcc96c3d86279936a5ef3a1b667c08 (patch)
treeaf1ba8cefa06a7d8594931daf34ced67f70debf9 /movement/make
parenta69547805b54c0c986241386213948416ac0fa1d (diff)
parent26228552cf9759e4dfaaa16c0fc3ea78b141b246 (diff)
downloadSensor-Watch-9cb2d3278adcc96c3d86279936a5ef3a1b667c08.tar.gz
Sensor-Watch-9cb2d3278adcc96c3d86279936a5ef3a1b667c08.tar.bz2
Sensor-Watch-9cb2d3278adcc96c3d86279936a5ef3a1b667c08.zip
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main
Diffstat (limited to 'movement/make')
-rwxr-xr-xmovement/make/make_alternate_fw.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/movement/make/make_alternate_fw.sh b/movement/make/make_alternate_fw.sh
index 739c8557..d1ce7673 100755
--- a/movement/make/make_alternate_fw.sh
+++ b/movement/make/make_alternate_fw.sh
@@ -3,7 +3,7 @@
fw_dir="firmware/download"
sim_dir="firmware/simulate"
colors=("green" "blue")
-variants=("standard" "alt_time" "deep_space_now" "focus" "the_athlete" "the_backpacker" "the_stargazer")
+variants=("standard" "backer" "alt_time" "deep_space_now" "focus" "the_athlete" "the_backpacker" "the_stargazer")
if [ -d "$fw_dir" ] ; then
rm -r "$fw_dir"
@@ -25,7 +25,7 @@ do
make LED=$COLOR FIRMWARE=$VARIANT
mv "build/watch.uf2" "$fw_dir/$variant-$color.uf2"
done
- make clean
+ rm -rf ./build-sim
emmake make FIRMWARE=$VARIANT
mkdir "$sim_dir/$variant/"
mv "build-sim/watch.wasm" "$sim_dir/$variant/"