T-vK / ESP32-BLE-Keyboard

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

emoji strings somehow possible? #218

Open thegabman opened 1 year ago

thegabman commented 1 year ago

Hi,

I am trying to get emoji strings working. Is this somehow possible? I send "😀" as a string using _ble_macropad.print("😀"). In windows "tm" arrives as input. If I try Serial.println("😀"), the serial monitor in Platformio shows the emoji correctly.

Thanks! Gabriel

thegabman commented 1 year ago

Btw _ble_macropad is an instance of BleKeyboard.