We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f633f8 commit a80960dCopy full SHA for a80960d
src/Arduino_ConnectionHandler.h
@@ -114,7 +114,7 @@ class ConnectionHandler {
114
#endif
115
116
#if defined(ARDUINO_ESP8266_ESP12) || defined(ARDUINO_ARCH_ESP32) || defined(ESP8266)
117
- #ifdef ARDUINO_ESP8266_ESP12
+ #if defined(ARDUINO_ESP8266_ESP12) || defined(ESP8266)
118
#include <ESP8266WiFi.h>
119
#else
120
#include <WiFi.h>
0 commit comments