We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82930fb + 18b8ee9 commit 0c2680eCopy full SHA for 0c2680e
libraries/ArduinoOTA/examples/OTAWebUpdater/OTAWebUpdater.ino
@@ -1,14 +1,14 @@
1
#include <WiFi.h>
2
#include <WiFiClient.h>
3
-#include <ESP32WebServer.h>
+#include <WebServer.h>
4
#include <ESPmDNS.h>
5
#include <Update.h>
6
7
const char* host = "ESP32";
8
const char* ssid = "xxx";
9
const char* password = "xxxx";
10
11
-ESP32WebServer server(80);
+WebServer server(80);
12
13
const char* loginIndex = "<form name='loginForm'>"
14
"<table width='20%' bgcolor='A09F9F' align='center'>"
0 commit comments