You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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. #303
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.
The text was updated successfully, but these errors were encountered: