I was trying to use the SimpleGet example to fetch some data from a website. The problem I found was, that it only worked once.
After adding a "client.stop()" just before the delay(5000); at the end of the loop function it worked correct and does the repeated get as it was expected to do.
I was trying to use the SimpleGet example to fetch some data from a website. The problem I found was, that it only worked once. After adding a "client.stop()" just before the delay(5000); at the end of the loop function it worked correct and does the repeated get as it was expected to do.