Problem - ESP32-IDF Reading HTTP-GET response with delay
Posted: Thu Jun 24, 2021 9:27 am
Hi Forum,
I use the sample "http_request" from ESP-IDF V4.2 and it works. But the Problem is that when I read a file e.g 1MB from a URL, the file reading process is delayed by about 1 second every once in a while and resumes again until read the entire file. This will make the download time be long. How can to download smoothly without delay?
I use the sample "http_request" from ESP-IDF V4.2 and it works. But the Problem is that when I read a file e.g 1MB from a URL, the file reading process is delayed by about 1 second every once in a while and resumes again until read the entire file. This will make the download time be long. How can to download smoothly without delay?