In Arduino IDE menu, go to Sketch -> Include Libray -> Add .ZIP Library... and then select the zipped library. After including it, you can add the include headers to your current sketch with Sketch -> ...
This library allows you to make the ESP32 act as a Bluetooth keyboard and mouse with Arduino. It has been fixed to change any mentions of std::string to String to ensure better compatibility with more ...