Closed db123 closed 4 months ago
It's an issue of casting from std::string
(C++ STL) to String
(Arduino WString) for deviceName
and deviceManufacturer
. After adding convert for the two strings, it compiles for me.
Also noticed the fixing PR has been created but not merged yet. https://github.com/T-vK/ESP32-BLE-Keyboard/pull/303
Thanks for the reply.
The SendKeyStrokes example program compiles and runs correctly if I change the Arduino ESP32 board software back to version 2.0.17 in Boards Manager. It won't compile with later versions 3.x.