T-vK / ESP32-BLE-Mouse

Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
724 stars 139 forks source link

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

Open pavloshargan opened 11 months ago

pavloshargan commented 11 months ago

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.

dejavu1987 commented 11 months ago

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