Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • I still get Exception 29 error with your code Commented Jan 4, 2020 at 4:19
  • Thank you @Peter. I fixed the problem by checking the 8266 documentation and the source file shown in stack dump. And I use your code which is better than mine. :p Commented Jan 4, 2020 at 6:05
  • Oh. I also delete the whole client timeout procedure, which I think that while(client.connected()) has already done the work. Commented Jan 4, 2020 at 6:06
  • @Rick Your welcome. As I said, I could not try the code, I had just an idea ;-). I appreciate your answer. I confess I did not realize that you have to use read instead of flush. So I learned a bit more, thank you. I hope you check your answer as the accepted one when it is possible. Commented Jan 4, 2020 at 10:02