ESP32 / ESP8266 – Real time Data Logging with Authentication Posted on April 22, 2023April 22, 2023 by Rolan Gaspar Pereira 0 #include <Arduino.h> #include <WiFi.h> //we are using the ESP32 //#include <ESP8266WiFi.h> //uncomment this line if yoContinue Reading