Skip to content

Commit 49769f4

Browse files
committed
Update examples
1 parent e4d2e99 commit 49769f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+626
-1702
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build
22

33
on:
4-
workflow_dispatch: # Start a workflow
4+
workflow_dispatch:
55
pull_request:
66
push:
77
branches:
@@ -20,17 +20,15 @@ jobs:
2020
idf_ver: ["release-v4.4", "release-v5.1", "release-v5.3"]
2121
idf_target: ["esp32", "esp32s3", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32p4"]
2222
example:
23-
- Advanced/NimBLE_Client
24-
- Advanced/NimBLE_Server
23+
- NimBLE_Client
24+
- NimBLE_Server
2525
- Bluetooth_5/NimBLE_extended_client
2626
- Bluetooth_5/NimBLE_extended_server
2727
exclude:
2828
- idf_target: "esp32"
2929
example: Bluetooth_5/NimBLE_extended_client
3030
- idf_target: "esp32"
3131
example: Bluetooth_5/NimBLE_extended_server
32-
- idf_target: "esp32"
33-
example: Bluetooth_5/NimBLE_multi_advertiser
3432
- idf_ver: release-v4.4
3533
idf_target: "esp32c2"
3634
- idf_ver: release-v4.4

examples/Advanced/NimBLE_Client/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/Advanced/NimBLE_Client/main/component.mk

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)