dragon2777
Results
1
comments of
dragon2777
> That's all you need to do: 1, Open BleKeyBoard.ccp in the ESP32_BLE_Keyboard lib 2, change "hid->manufacturer()->setValue(deviceManufacturer);" TO "hid->manufacturer()->setValue(String(deviceManufacturer.c_str()));" > > 3, change "BLEDevice::init(deviceName);" TO "BLEDevice::init(String(deviceName.c_str()));" Run it again. amazing....