Merge pull request #1987 from mkbel/fix_flash_size_check

Fix build time flash size check.
This commit is contained in:
DRracer 2019-07-09 20:28:11 +02:00 committed by GitHub
commit 9ab2bca48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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