ESP32-BLE-Keyboard
ESP32-BLE-Keyboard copied to clipboard
emoji strings somehow possible?
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
Btw _ble_macropad is an instance of BleKeyboard.