Fix build time flash size check.

This commit is contained in:
Marek Bel 2019-07-09 20:17:59 +02:00
parent 4e3bf276ec
commit 236dce0a0f

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