webmonkey
webmonkey
I use this function in my code that reads the MAC address of the ESP32 device. ``` // populates the deviceName char with the device Prefix plus a "unique" 4...
@T-vK suggest this can be closed now
You need to set the device name before the `bleKeyboard.begin()` call. Are you able to share the code you're using?
> BleKeyboard.h: > > Include additional libraries > > IS: > > ``` > #include "NimBLECharacteristic.h" > #include "NimBLEHIDDevice.h" > ``` > > NEW: > > ``` > #include "NimBLECharacteristic.h"...