summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDerek <dschmell91@gmail.com>2020-08-16 13:43:59 -0400
committerDerek <dschmell91@gmail.com>2020-08-16 13:43:59 -0400
commit17c43881b8441e3e5c2fe9b5d25cb5ee9536a26a (patch)
tree3b6fee4c142f017a2e50c5254e264851536222b2 /docs
parent6ef2102af989afd87a28615292f9f39f40e41aa0 (diff)
Updated select block
Diffstat (limited to 'docs')
-rw-r--r--docs/static/setup.sh1
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;;