Open lvj opened 7 years ago
how did u fix this @lvj
Yeah, I'm trying use sim808.send method for POST request my webserver with TCP connection. After connection established, it looks like .send method doesn't work. Because of even delay(5000); method it doesn't send my payload to my webserver.
With code belowe I have problems.
BTW what is the proper way of making regular get requests, I thought it would be check if connected, if not connect, send request.
Serial monitor
Webserver LOG
Code