Search found 1 match
- Sat Jul 20, 2019 9:45 pm
- Forum: ESP32 Arduino
- Topic: How to create 2 ble characteristics?
- Replies: 1
- Views: 4454
How to create 2 ble characteristics?
On my esp32 I am trying to make 2 characteristics but from all the forums I find online regarding this topic none have an example code or really delve deep into how to structure the code. Here is my current code (everything until loop) #include <BLEDevice.h> #include <BLEServer.h> #include <BLEUtils...