panakos
panakos
Just put a 10+ ms delay in your loop
> Did you ever figure this out? I'm having exactly the same problem. Did shorting pin 8 to ground for high speed mode help? I used a 10ms delay in...
try this `#include //#include //#include #include #define CANint 2 #define LED2 8 #define LED3 7 unsigned char len = 0; unsigned char buf[8]; unsigned long ID = 0; unsigned long...
> I strongly suggest not trying to "fix" bugs by adding `delay`s. It's not going to fix anything, it will only make the issue less likely to happen. The issue...
> The fix with regard to setting a different authentication method (#166 ) works for most scenarios as far as i can see. I suggest to change that in your...
> This should help: https://github.com/mayaku2go/ESP32-BLE-Keyboard/releases/tag/v0.3.2b Thanks , I'll give it a try!
> > This should help: https://github.com/mayaku2go/ESP32-BLE-Keyboard/releases/tag/v0.3.2b > > Thanks , I'll give it a try! Unfortunately it's doing the same . It will work on pairing and will reconnect if...