May i change buffer size of HTTPREAD response to get rid of being separated by HTTPREAD : 1024 ... content ... HTTPREAD : 0 , as its coming many time as i'm reading 300Kb file
AT+HTTPPARA="URL","http://rslog.000webhostapp.com/esp.bin"
at+httpaction=0
At+httpread=0,395568 (this length i got using HTTPREAD)
As when I'm reading the same bin file using TinyGSM library , its not Showing this buffer, so it mean, they handled this. using TCPI command, Please let me know if the buffer can be changed.
Here issue is coming :
scrrenshot is attached
![Screenshot 2023-05-02 at 12.01.19|588x367]
