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 updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
I am currently using the BLUFI API from ESP-IDF to transfer file fragments from the device to the app. I’ve tried setting the fragment size to 100 bytes or 512 bytes, then read the file contents in a loop and send them using the esp_blufi_send_custom_data interface. However, once the loop count exceeds 100 iterations, the esp_blufi_send_custom_data call becomes stuck and the transmission cannot be completed. Do you have any suggested solutions?
Answers checklist.
General issue report
I am currently using the BLUFI API from ESP-IDF to transfer file fragments from the device to the app. I’ve tried setting the fragment size to 100 bytes or 512 bytes, then read the file contents in a loop and send them using the
esp_blufi_send_custom_data
interface. However, once the loop count exceeds 100 iterations, theesp_blufi_send_custom_data
call becomes stuck and the transmission cannot be completed. Do you have any suggested solutions?The text was updated successfully, but these errors were encountered: