浏览代码

Update build environment to fix maximum flash size check.

Marek Bel 6 年之前
父节点
当前提交
900ee0c5ef
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      PF-build.sh
  2. 1 1
      build.sh

+ 1 - 1
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

+ 1 - 1
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