Various fixes.
This commit is contained in:
parent
47b219cca5
commit
abe40f8ef5
3 changed files with 4 additions and 4 deletions
2
docs/static/setup.sh
vendored
2
docs/static/setup.sh
vendored
|
|
@ -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;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue