diff options
author | Derek <dschmell91@gmail.com> | 2020-08-16 13:43:59 -0400 |
---|---|---|
committer | Derek <dschmell91@gmail.com> | 2020-08-16 13:43:59 -0400 |
commit | 17c43881b8441e3e5c2fe9b5d25cb5ee9536a26a (patch) | |
tree | 3b6fee4c142f017a2e50c5254e264851536222b2 /docs/static | |
parent | 6ef2102af989afd87a28615292f9f39f40e41aa0 (diff) |
Updated select block
Diffstat (limited to 'docs/static')
-rw-r--r-- | docs/static/setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/static/setup.sh b/docs/static/setup.sh index c4a4f61..72eee0b 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -23,6 +23,7 @@ select opt in "${options[@]}" "Quit"; do 1 ) board="nice_nano"; break;; 2 ) board="proton_c"; break;; + 3 ) board="BlueMicro52840 (v1)"; break;; $(( ${#options[@]}+1 )) ) echo "Goodbye!"; exit;; *) echo "Invalid option. Try another one.";continue;; |