Skip to content

Commit e212e0c

Browse files
committed
2 parents f296d51 + 3a96e0c commit e212e0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ void loop()
3131
```
3232
will create a instance named `BLEMIDI` and listens to incoming MIDI.
3333
34+
#### Namespace collision with ArduinoBLE
35+
Note: error: redefinition of 'class BLEDescriptor' is a namespace collision on class BLEDescriptor between ESP32 BLE and ArduinoBLE.
36+
Solution: remove ArduinoBLE
37+
3438
### using NimBLE for ESP32 with a custom name and turns LED on when its connected
3539
3640
```cpp

0 commit comments

Comments
 (0)