Skip to content

Commit c9450a1

Browse files
committed
fix to compile with current esp8266/arduino git head
together with esp8266/Arduino#6321
1 parent 4bd887a commit c9450a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoConnect.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ class AutoConnect {
376376
static const String _emptyString; /**< An empty string alloaction **/
377377

378378
#if defined(ARDUINO_ARCH_ESP8266)
379-
friend class ESP8266WebServer;
379+
friend ESP8266WebServer;
380380
#elif defined(ARDUINO_ARCH_ESP32)
381381
friend class WebServer;
382382
#endif

0 commit comments

Comments
 (0)