T-vK / ESP32-BLE-Keyboard

Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
2.48k stars 414 forks source link

Fix compatibility with String for latest Arduino core #303

Open fordcrews opened 6 months ago

fordcrews commented 6 months ago

Fix compatibility with String for latest Arduino core wouldn't compile with latest betas.

Grahack commented 3 months ago

The technical changes work for me, many thanks, but I would complain about the granularity of the PR. Some changes are cosmetic, I suspect another fixes another issue (this one) and so on.

But again, thanks.