From 900ee0c5efb8c60ff4fba889c2291de486f7d78f Mon Sep 17 00:00:00 2001 From: Marek Bel Date: Wed, 13 Mar 2019 19:10:43 +0100 Subject: [PATCH] Update build environment to fix maximum flash size check. --- PF-build.sh | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PF-build.sh b/PF-build.sh index 1875c689a1..f4f3008506 100644 --- a/PF-build.sh +++ b/PF-build.sh @@ -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 diff --git a/build.sh b/build.sh index 051f1352c1..3f81cd7885 100755 --- a/build.sh +++ b/build.sh @@ -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