Kimberly Horne
Kimberly Horne
I've been having similar issues and found that enabling NimBLE (as outlined in the readme) produces much better results.
super, thanks! And ya, the avatars definitely need some tweaking - My shell is usually much larger so they aren't so conspicuous but they're a bit much on a small...
For those who are having issues with this I found switching to NimBLE and replacing `BLEDevice::setSecurityAuth(true, true, true);` with `BLEDevice::setSecurityAuth(true, false, false);` in BleKeyboard.cpp fixed my issues (on MacOS at...