We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am a 60 yo newb and I can't seem to get 2 different ESP32c3 to connect at the same time as mice.
I tried changing the device and manufacturer name in BleMouse.h
I also tried changing these... bleMouseInstance->hid->pnp(0x02, 0xe502, 0xa111, 0x0210); bleMouseInstance->hid->hidInfo(0x00,0x02);
I can only get one to connect at a time, and I have to remove the device to connect the other. Any help would greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am a 60 yo newb and I can't seem to get 2 different ESP32c3 to connect at the same time as mice.
I tried changing the device and manufacturer name in BleMouse.h
I also tried changing these...
bleMouseInstance->hid->pnp(0x02, 0xe502, 0xa111, 0x0210);
bleMouseInstance->hid->hidInfo(0x00,0x02);
I can only get one to connect at a time, and I have to remove the device to connect the other.
Any help would greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered: