You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains an example project for ESP8266 that demonstrates connecting to a WiFi network and sending periodic HTTP POST requests to a backend server. The code reconnects to WiFi if the connection is lost and sends data every 4 hours, making it ideal for IoT applications that require periodic data reporting.