Search found 1 match
- Tue Jan 05, 2021 12:08 pm
- Forum: ESP32 Arduino
- Topic: Unable to send data for every second using POST method. ( ESP32 - Arduino)
- Replies: 0
- Views: 1548
Unable to send data for every second using POST method. ( ESP32 - Arduino)
Hi, I am using esp32 for my iot project, in that i have to send the data for every second. Most of the time board is able to send the data to server but some times data is missing for 4 to 5 seconds. ( i am using post method) help me with this regards. #include <WiFi.h> #include <HTTPClient.h> const...