ESP32-BLE-Mouse icon indicating copy to clipboard operation
ESP32-BLE-Mouse copied to clipboard

Modified data types to ensure compatibility with ESP32-S3, including converting from std::string to String where necessary.

Open pavloshargan opened this issue 1 year ago • 1 comments

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.

pavloshargan avatar Oct 18 '23 20:10 pavloshargan

I see only white space changes, was the changes merged via different PR?

dejavu1987 avatar Oct 24 '23 11:10 dejavu1987