T-vK / ESP32-BLE-Keyboard

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

Uploading code #176

Open pythonrules opened 1 year ago

pythonrules commented 1 year ago

I am having issues uploading the example code. It says that Blekeyboard can’t be an object. If you need more information to help me, then I will be happy to give it. Thanks in advance

pythonrules commented 1 year ago

Sorry. It says BLE_Keyboard does not name a type.

sebastienvg commented 1 year ago

@pythonrules did you figure this one out?

pythonrules commented 1 year ago

No. I tried for a few days but gave up.

ekoslav commented 1 year ago

I'm far from an expert, but I usually get this kind of error when I do not define library properly, or try to use library that is not installed... Maybe try another example? What is the version of library you are using? What environment are you trying to use in?