diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-16 21:30:45 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-16 21:30:45 -0400 |
commit | abe40f8ef52265f9d807775a82f40ca783622018 (patch) | |
tree | a3ad42120a213399e717929f4f4fa5a5b61779ee /docs/static | |
parent | 47b219cca55e053509f373cc4f4812d55afb1451 (diff) |
Various fixes.
Diffstat (limited to 'docs/static')
-rw-r--r-- | docs/static/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/static/setup.sh b/docs/static/setup.sh index 72eee0b..55c96ff 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -23,7 +23,7 @@ select opt in "${options[@]}" "Quit"; do 1 ) board="nice_nano"; break;; 2 ) board="proton_c"; break;; - 3 ) board="BlueMicro52840 (v1)"; break;; + 3 ) board="bluemicro52840_v1"; break;; $(( ${#options[@]}+1 )) ) echo "Goodbye!"; exit;; *) echo "Invalid option. Try another one.";continue;; |