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

connect to multiple computers at once #59

Open
alextrical opened this issue Oct 16, 2023 · 0 comments
Open

connect to multiple computers at once #59

alextrical opened this issue Oct 16, 2023 · 0 comments

Comments

@alextrical
Copy link

Is it possible to connect to 2 computers at the same time with one ESP32 to allow sharing a single or multiple mouse signals from a single hardware board. I tried to use the following to advertise 2 Bluetooth mice, but only one is advertised

#include <BleMouse.h>

BleMouse bleMouse("Mouse 1");
BleMouse bleMouse2("Mouse 2");

void setup()
{
  bleMouse.begin();
  bleMouse2.begin();
}

void loop()
{
}

Is there any presidency for advertising a second device.

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