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'm trying to send a single character over bluetooth using SerialBluetooth from Featherboard ESP32.
The Character isn't sending it is getting queued, how do i make it send.
Example below shows a char being written to Serial and SerialBT - the char is printed in the Serial but not the SerialBT. Is this a bug or am I doing something wrong?