Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Dec 10, 2024
1 parent e4d2e99 commit 20f2a40
Show file tree
Hide file tree
Showing 66 changed files with 613 additions and 1,687 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build

on:
workflow_dispatch: # Start a workflow
workflow_dispatch:
pull_request:
push:
branches:
Expand All @@ -20,17 +20,16 @@ jobs:
idf_ver: ["release-v4.4", "release-v5.1", "release-v5.3"]
idf_target: ["esp32", "esp32s3", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32p4"]
example:
- Advanced/NimBLE_Client
- Advanced/NimBLE_Server
- NimBLE_Client
- NimBLE_Server
- Bluetooth_5/NimBLE_extended_client
- Bluetooth_5/NimBLE_extended_server
- Continuous_Scan
exclude:
- idf_target: "esp32"
example: Bluetooth_5/NimBLE_extended_client
- idf_target: "esp32"
example: Bluetooth_5/NimBLE_extended_server
- idf_target: "esp32"
example: Bluetooth_5/NimBLE_multi_advertiser
- idf_ver: release-v4.4
idf_target: "esp32c2"
- idf_ver: release-v4.4
Expand Down
3 changes: 0 additions & 3 deletions examples/Advanced/NimBLE_Client/Makefile

This file was deleted.

4 changes: 0 additions & 4 deletions examples/Advanced/NimBLE_Client/main/component.mk

This file was deleted.

Loading

0 comments on commit 20f2a40

Please sign in to comment.