Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'NimBLEHIDDevice' does not name a type; did you mean 'NimBLEDevice'? #220

Open
IanClayman opened this issue Apr 28, 2024 · 0 comments
Open

Comments

@IanClayman
Copy link

IanClayman commented Apr 28, 2024

Getting this message when trying to verify a very basic sketch that just initializes a BleGamepad:

In file included from C:\Users\---\AppData\Local\Temp\.arduinoIDE-unsaved2024327-23876-1d2cf2o.t5zo\sketch_apr27a\sketch_apr27a.ino:2:
c:\Users\---\Documents\Arduino\libraries\ESP32-BLE-Gamepad/BleGamepad.h:41:5: error: 'NimBLEHIDDevice' does not name a type; did you mean 'NimBLEDevice'?
     NimBLEHIDDevice *hid;
     ^~~~~~~~~~~~~~~
     NimBLEDevice

exit status 1

Board: Xiao ESP32C3
ESP32-BLE-Gamepad version: 5.4
NimBLE-Arduino version: 1.4.1
Please let me know if I need to provide any other information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant