Merge pull request #1624 from mkbel/fix_flash_size_check_2
Update build environment to fix maximum flash size check.
This commit is contained in:
commit
54c513563c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue