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
When sending data using esp_spp_write() at more than ~ 5KB/s to an Android phone, it triggers a lot of ESP_SPP_CONG_EVT events and the communication slow down, this problem doesn't occur in other systems, like a Windows PC with the same ESP code
Commenting out this line as proposed by Markus Becker, this issue seems less frequent and no more ESP_SPP_CONG_EVT events with a high throughput