latest evo build updates
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
git branch -D pr-1297
|
git branch -D pr-1297
|
||||||
git branch -D pr-1338
|
git branch -D pr-1338
|
||||||
|
git branch -D pr-1398
|
||||||
|
|
||||||
# fetch PRs
|
# fetch PRs
|
||||||
|
git fetch upstream pull/1398/head:pr-1398
|
||||||
git fetch upstream pull/1338/head:pr-1338
|
git fetch upstream pull/1338/head:pr-1338
|
||||||
git fetch upstream pull/1297/head:pr-1297
|
git fetch upstream pull/1297/head:pr-1297
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
export PATH="$HOME/.platformio/penv/bin:$PATH"
|
export PATH="$HOME/.platformio/penv/bin:$PATH"
|
||||||
|
|
||||||
LOGFILE="$PWD/meshcore-evo-fw.log"
|
LOGFILE="$PWD/meshcore-evo-fw.log"
|
||||||
FIRMWARE_VERSION="v1.11.0-evo_0.1.3"
|
FIRMWARE_VERSION="v1.12.0-evo_0.1.6"
|
||||||
FIRMWARE_BUILD_DATE=$(date '+%d-%b-%Y')
|
FIRMWARE_BUILD_DATE=$(date '+%d-%b-%Y')
|
||||||
|
|
||||||
collect_bin_files(){
|
collect_bin_files(){
|
||||||
@@ -43,7 +43,7 @@ echo "-------------------------------------------------"
|
|||||||
# ./tools/maint/apply_patches.sh 1199 1338 1297
|
# ./tools/maint/apply_patches.sh 1199 1338 1297
|
||||||
|
|
||||||
# build all repeater firmwares, the will be in .out
|
# build all repeater firmwares, the will be in .out
|
||||||
FIRMWARE_VERSION="v1.11_evo" ./build.sh build-repeater-firmwares
|
FIRMWARE_VERSION=$FIRMWARE_VERSION ./build.sh build-repeater-firmwares
|
||||||
|
|
||||||
# build single firmwares
|
# build single firmwares
|
||||||
#FIRMWARE_VERSION=$FIRMWARE_VERSION FIRMWARE_BUILD_DATE=$FIRMWARE_BUILD_DATE ./build.sh build-firmware ProMicro_repeater
|
#FIRMWARE_VERSION=$FIRMWARE_VERSION FIRMWARE_BUILD_DATE=$FIRMWARE_BUILD_DATE ./build.sh build-firmware ProMicro_repeater
|
||||||
|
|||||||
Reference in New Issue
Block a user