Skip to content

Commit

Permalink
Merge pull request #1624 from mkbel/fix_flash_size_check_2
Browse files Browse the repository at this point in the history
Update build environment to fix maximum flash size check.
  • Loading branch information
mkbel authored Mar 13, 2019
2 parents 4203627 + 900ee0c commit 54c5135
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 54c5135

Please sign in to comment.