We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2119675 commit 5411205Copy full SHA for 5411205
src/ESP8266WebServer.h
@@ -25,6 +25,7 @@
25
#define ESP8266WEBSERVER_H
26
27
#include <functional>
28
+#include <ESP8266WiFi.h>
29
30
enum HTTPMethod { HTTP_ANY, HTTP_GET, HTTP_POST, HTTP_PUT, HTTP_PATCH, HTTP_DELETE, HTTP_OPTIONS };
31
enum HTTPUploadStatus { UPLOAD_FILE_START, UPLOAD_FILE_WRITE, UPLOAD_FILE_END,
0 commit comments