Fix for esp8266 new core Thanks @D-A-V

This commit is contained in:
Luc 2019-07-31 08:47:13 +02:00
parent ad5d6f7720
commit 89cf310728

View File

@ -41,6 +41,7 @@
#include "webinterface.h"
#include "command.h"
#ifdef ARDUINO_ARCH_ESP8266
#include <FS.h>
#include "ESP8266WiFi.h"
#if defined (ASYNCWEBSERVER)
#include <ESPAsyncTCP.h>