diff --git a/fetch_prs.sh b/fetch_prs.sh index b0cd858d..2dd6a197 100755 --- a/fetch_prs.sh +++ b/fetch_prs.sh @@ -2,9 +2,7 @@ git branch -D pr-1297 git branch -D pr-1338 -git branch -D pr-1398 # fetch PRs -git fetch upstream pull/1398/head:pr-1398 git fetch upstream pull/1338/head:pr-1338 git fetch upstream pull/1297/head:pr-1297 diff --git a/tools/maint/patch_and_build_hansemesh_fw.sh b/tools/maint/patch_and_build_hansemesh_fw.sh index ab956470..9704eaf9 100755 --- a/tools/maint/patch_and_build_hansemesh_fw.sh +++ b/tools/maint/patch_and_build_hansemesh_fw.sh @@ -3,7 +3,7 @@ export PATH="$HOME/.platformio/penv/bin:$PATH" LOGFILE="$PWD/meshcore-evo-fw.log" -FIRMWARE_VERSION="v1.12.0-evo_0.1.6" +FIRMWARE_VERSION="v1.12.0-evo_0.1.7" FIRMWARE_BUILD_DATE=$(date '+%d-%b-%Y') collect_bin_files(){