You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have forked your library to switch to the NimBLE-Arduino library to save memory.
While editing I noticed that in the BleKeyboard::begin() function xTaskCreate is used.
In the fork I removed this extra task and the library works fine.
I wonder what is the reason for this extra task?
Can you explain it to me in more detail?