T-vK / ESP32-BLE-Mouse

Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
755 stars 146 forks source link

Cant connect 2 mice at the same time #72

Open sfcdaddona opened 2 months ago

sfcdaddona commented 2 months ago

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