Sfoglia il codice sorgente

Fix build time flash size check.

Marek Bel 5 anni fa
parent
commit
236dce0a0f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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