Kaynağa Gözat

Merge pull request #1987 from mkbel/fix_flash_size_check

Fix build time flash size check.
DRracer 5 yıl önce
ebeveyn
işleme
9ab2bca48b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      build.sh

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