ESP32-BLE-Mouse
ESP32-BLE-Mouse copied to clipboard
Modified data types to ensure compatibility with ESP32-S3, including converting from std::string to String where necessary.
I tried to compile and run this library on my esp32-s3 but had to make a little change to fix the compile error. What I Did:
Modified data types to ensure compatibility with ESP32-S3, including converting from std::string to String where necessary.
I haven't tested on other boards.
I see only white space changes, was the changes merged via different PR?