Files
MeshCore-Evo/merge_prs.sh
2026-02-15 11:48:14 +01:00

9 lines
258 B
Bash
Executable File

#!/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 pio-ini-adjustments -m "platformio.ini: Adjust defaults for LoRa frequncies and advert interval limits"