We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8e108 commit 6b8e810Copy full SHA for 6b8e810
libraries/WiFi/src/WiFi.cpp
@@ -54,5 +54,6 @@ NetworkInterface *arduino::WiFiClass::get_network() {
54
}
55
56
// every specialization library should declare its own WiFI object: eg
57
-//
58
-// WiFiClass WiFi(&);
+//
+// static ESP8266Interface wifi_if(PD_8, PD_9);
59
+// arduino::WiFiClass WiFi(&wifi_if);
0 commit comments