Skip to content

Commit

Permalink
Update build environment to fix maximum flash size check.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkbel committed Mar 13, 2019
1 parent 4203627 commit 900ee0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PF-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 900ee0c

Please sign in to comment.