DustinWatts / FreeTouchDeck

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

Error when compiling FreetouchDeck-0.9.17 #95

Closed martinglass closed 2 years ago

martinglass commented 2 years ago

I get this error when compiling the latest release (FreetouchDeck-0.9.17). I'm using Arduino IDE, following the instructions in README.md

_'KEY_NUM_ASTERISK' was not declared in this scope_

This error relates to line 532-534 in Action.h case 11: bleKeyboard.write(KEY_NUM_ASTERISK); break;

DustinWatts commented 2 years ago

Hi, this is because you are using an older version of the BLE Keyboard library where I spelled ASTERISK wrong (I spelled it asterix 😉 ) Try the latest version of the library: https://github.com/DustinWatts/ESP32-BLE-Keyboard

DustinWatts commented 2 years ago

I assume this has been resolved? If not... feel free to reopen!