compatibility for esp32
This commit is contained in:
parent
221a2f45bd
commit
80e1d1599d
2 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
#ifdef ESP32
|
||||
#include "WebServer.h"
|
||||
#include "WebServerSecure.h"
|
||||
#elif defined(ESP8266)
|
||||
#include "ESP8266WebServer.h"
|
||||
#include "ESP8266WebServerSecure.h"
|
||||
|
|
Reference in a new issue