Update build environment to fix maximum flash size check.

This commit is contained in:
Marek Bel 2019-03-13 19:10:43 +01:00
parent 42036270cf
commit 900ee0c5ef
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ if ! type zip > /dev/null; then
fi
###End prepare bash enviroment
BUILD_ENV="1.0.1"
BUILD_ENV="1.0.2"
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
# List few useful data

View File

@ -1,5 +1,5 @@
#!/bin/bash
BUILD_ENV="1.0.1"
BUILD_ENV="1.0.2"
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
if [ ! -d "build-env" ]; then