I'm using an ESP32 S3 and am getting nothing but a result of 255:255:-1,-1,-1,1,1,1,0,0,0
I tested the same example sketch on an Arduino Nano with the same mouse, and it worked perfectly.
mouse.initialise() on the esp 32 does return 0 as expected, so I'm confident that it's being initialised correctly however the device ID is 255 instead of the 250 I've seen elsewhere.
Is this library not compatible with the ESP32 platform, should I try a different mouse, or is there something else I may be overlooking?
I'm using an ESP32 S3 and am getting nothing but a result of
255:255:-1,-1,-1,1,1,1,0,0,0I tested the same example sketch on an Arduino Nano with the same mouse, and it worked perfectly.
mouse.initialise()on the esp 32 does return 0 as expected, so I'm confident that it's being initialised correctly however the device ID is 255 instead of the 250 I've seen elsewhere.Is this library not compatible with the ESP32 platform, should I try a different mouse, or is there something else I may be overlooking?