Skip to content

Commit 7336fe8

Browse files
committed
typo
1 parent eebaaf8 commit 7336fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFi/examples/WiFiMulti/WiFiMulti.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void connectedToSSID(const char *ssid) {
5353
}
5454

5555
// For other SSID DHCP will be used.
56-
Wifi.config(0U, 0U, 0U);
56+
WiFi.config(0U, 0U, 0U);
5757
}
5858

5959
void loop() {

0 commit comments

Comments
 (0)