T-vK / ESP32-BLE-Keyboard

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

fixed type [std::string to String] #322

Open ptsfdtz opened 2 months ago

ptsfdtz commented 2 months ago

For better user experience, the type definition of initial device name should be String rather than std::string.