Make Zephyr-3.2 the default

This commit is contained in:
urob 2023-04-06 08:14:15 -04:00
parent 99c207c95e
commit 28c7a82f46
3 changed files with 6 additions and 2 deletions

View file

@ -73,7 +73,7 @@ while [[ $# -gt 0 ]]; do
done
# Set defaults
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.0"
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.2"
[[ -z $RUNWITH_DOCKER ]] && RUNWITH_DOCKER="true"
[[ -z $OUTPUT_DIR ]] && OUTPUT_DIR="$WINHOME/Downloads"