We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65b023 commit 5ad1c33Copy full SHA for 5ad1c33
.github/workflows/arduino-ci.yml
@@ -32,6 +32,7 @@ jobs:
32
- "esp32:esp32:esp32s3"
33
- "esp32:esp32:esp32c3"
34
nimble: [ false, true ]
35
+ fail-fast: false
36
37
steps:
38
- uses: actions/checkout@v4
examples/SerialToSerialBLE/SerialToSerialBLE.ino
@@ -7,6 +7,8 @@
7
8
String device_name = "ESP32-BLE-Slave";
9
10
+// Mind the empty template argument (<>), it is required for
11
+// the code to compile with the current Arduino C++ compiler version
12
BLESerial<> SerialBLE;
13
14
// FOR ETL: Uncomment one of the following lines
0 commit comments