From 965a7aac207d29a36841de74461b00f5b6999864 Mon Sep 17 00:00:00 2001 From: Matthias Wientapper Date: Tue, 10 Feb 2026 20:33:30 +0100 Subject: [PATCH] build 0.1.7 --- fetch_prs.sh | 2 -- tools/maint/patch_and_build_hansemesh_fw.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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(){