fix to compile with current esp8266/arduino git head

together with https://github.com/esp8266/Arduino/pull/6321
pull/112/head
david gauchard 5 years ago
parent 4bd887a179
commit c9450a1005
  1. 2
      src/AutoConnect.h

@ -376,7 +376,7 @@ class AutoConnect {
static const String _emptyString; /**< An empty string alloaction **/
#if defined(ARDUINO_ARCH_ESP8266)
friend class ESP8266WebServer;
friend ESP8266WebServer;
#elif defined(ARDUINO_ARCH_ESP32)
friend class WebServer;
#endif

Loading…
Cancel
Save