scan ble advertise packages

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-08-30 01:13:45 +02:00
parent 5427570c14
commit 597bfeee28
17 changed files with 419 additions and 39 deletions

View File

@@ -1,16 +1,20 @@
name: ESP-IDF Build
on:
push:
paths:
- "firmware/**"
- ".github/workflows/esp32_build.yml"
pull_request:
merge_group:
workflow_dispatch:
schedule:
- cron: "0 5 * * 3"
permissions:
contents: read
pull-requests: write
on:
push:
pull_request:
merge_group:
schedule:
- cron: "0 5 * * 3"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
@@ -20,7 +24,7 @@ jobs:
strategy:
matrix:
idf_ver: [release-v5.4, release-v5.5, latest]
idf_target: [esp32s3]
idf_target: [esp32c6, esp32s3]
runs-on: ubuntu-latest
timeout-minutes: 30