WiFi Web Server LED Blink
Posted: Wed Feb 01, 2017 4:17 pm
The simplest Webserver-Sketch I've found.
https://codebender.cc/sketch:37120#Simp ... erWiFi.ino
For my "SparkFun ESP32 Thing" I only commented out the:
and changed to Pin5 as Output..
https://codebender.cc/sketch:37120#Simp ... erWiFi.ino
For my "SparkFun ESP32 Thing" I only commented out the:
Code: Select all
/* // check for the presence of the shield:
if (WiFi.status() == WL_NO_SHIELD) {
Serial.println("WiFi shield not present");
while(true); // don't continue
}
*/