Skip to content

Commit b5eb21b

Browse files
fixing compilation issue
1 parent 3a1e29d commit b5eb21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/src/WiFi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extern uint8_t *IpAddress2uint8(IPAddress a);
8181
/* -------------------------------------------------------------------------- */
8282
void CWifi::_config(IPAddress local_ip, IPAddress gateway, IPAddress subnet) {
8383
/* -------------------------------------------------------------------------- */
84-
CWifiStation.config(local_ip, gateway, subnet)
84+
WiFiStation.config(local_ip, gateway, subnet);
8585
}
8686

8787
/* -------------------------------------------------------------------------- */

0 commit comments

Comments
 (0)