Apofus2018
Results
1
comments of
Apofus2018
I used the solution from above and added the following ` if(bleMouse.isConnected()) { //blah //blah } else { bleMouse.end(); delay(1000); bleMouse.begin(); }` Mouse connected fine .....