From 236dce0a0f1410f9ff80c76acd081bb7cc7aa731 Mon Sep 17 00:00:00 2001 From: Marek Bel Date: Tue, 9 Jul 2019 20:17:59 +0200 Subject: [PATCH] Fix build time flash size check. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 58b078c1..907b1e03 100755 --- a/build.sh +++ b/build.sh @@ -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