Merge pull request #112 from d-a-v/esp8266master

fix to compile with current esp8266/arduino git head
pull/124/head v0.9.11
Hieromon Ikasamo 5 years ago committed by GitHub
commit 3de2645e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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