Skip to content

Commit 5ad1c33

Browse files
committed
🐛 Fix method signatures with NimBLE library
1 parent a65b023 commit 5ad1c33

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/arduino-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- "esp32:esp32:esp32s3"
3333
- "esp32:esp32:esp32c3"
3434
nimble: [ false, true ]
35+
fail-fast: false
3536

3637
steps:
3738
- uses: actions/checkout@v4

examples/SerialToSerialBLE/SerialToSerialBLE.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
String device_name = "ESP32-BLE-Slave";
99

10+
// Mind the empty template argument (<>), it is required for
11+
// the code to compile with the current Arduino C++ compiler version
1012
BLESerial<> SerialBLE;
1113

1214
// FOR ETL: Uncomment one of the following lines

0 commit comments

Comments
 (0)