DustinWatts / FreeTouchDeck

For interfacing with Windows/macOS/Linux using an ESP32, a touchscreen and BLE.
https://www.youtube.com/dustinwatts
MIT License
617 stars 124 forks source link

Compile Error #81

Closed eismeraldo closed 2 years ago

eismeraldo commented 2 years ago

First of all, thank you very much for the FreeTouchDeck library, it's wonderful. I downloaded the latest libraries as you explained here: https://www.instructables.com/A-Bluetooth-ESP32-TFT-Touch-Macro-Keypad/ The compiler then displayed an error. The name KEY_NUM_ASTERISK is in file Action.h in line 533 and according to ESP32-BLE-Keyboard-master / BleKeyboard.h line 33 it should probably be KEY_NUM_ASTERIX. After the change everything compiled without errors.

TheAleSch commented 2 years ago

Thank you! =D

DustinWatts commented 2 years ago

I fixed the fork with the correct spelling! :)