Add scripts to help automate the fw build process

This commit is contained in:
Matthias Wientapper
2026-01-21 09:54:56 +01:00
parent 56ab59ded2
commit e6cab77670
3 changed files with 83 additions and 0 deletions

9
merge_prs.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
git merge pr-1338 --no-edit -m "Integration of upstrem PR #1338"
git merge pr-1297 --no-edit -m "Integration of upstrem PR #1297"
git merge pr-1199 --no-edit -m "Integration of upstrem PR #1199"
git merge pio-ini-adjustments -m "platformio.ini: Adjust defaults for LoRa frequncies and advert interval limits"