Skip to content

Commit 6b8e810

Browse files
committed
WiFi: improve comments
1 parent fb8e108 commit 6b8e810

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libraries/WiFi/src/WiFi.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ NetworkInterface *arduino::WiFiClass::get_network() {
5454
}
5555

5656
// every specialization library should declare its own WiFI object: eg
57-
//
58-
// WiFiClass WiFi(&);
57+
//
58+
// static ESP8266Interface wifi_if(PD_8, PD_9);
59+
// arduino::WiFiClass WiFi(&wifi_if);

0 commit comments

Comments
 (0)