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 3a1e29d commit b5eb21bCopy full SHA for b5eb21b
libraries/WiFi/src/WiFi.cpp
@@ -81,7 +81,7 @@ extern uint8_t *IpAddress2uint8(IPAddress a);
81
/* -------------------------------------------------------------------------- */
82
void CWifi::_config(IPAddress local_ip, IPAddress gateway, IPAddress subnet) {
83
84
- CWifiStation.config(local_ip, gateway, subnet)
+ WiFiStation.config(local_ip, gateway, subnet);
85
}
86
87
0 commit comments