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 eebaaf8 commit 7336fe8Copy full SHA for 7336fe8
libraries/ESP8266WiFi/examples/WiFiMulti/WiFiMulti.ino
@@ -53,7 +53,7 @@ void connectedToSSID(const char *ssid) {
53
}
54
55
// For other SSID DHCP will be used.
56
- Wifi.config(0U, 0U, 0U);
+ WiFi.config(0U, 0U, 0U);
57
58
59
void loop() {
0 commit comments