Merge pull request #7961 from meshtastic/master

Backmerge
This commit is contained in:
Ben Meadors
2025-09-11 08:14:46 -05:00
committed by GitHub
16 changed files with 113 additions and 30 deletions

View File

@@ -11,11 +11,6 @@ runs:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Uncomment build epoch
shell: bash
run: |
sed -i 's/#-DBUILD_EPOCH=$UNIX_TIME/-DBUILD_EPOCH=$UNIX_TIME/' platformio.ini
- name: Install dependencies
shell: bash
run: |