Skip to content

Commit b00789e

Browse files
authored
Add generic IP utilities | typo correction
1 parent ac36d8c commit b00789e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/src/WiFiAP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ IPAddress WiFiAPClass::softAPBroadcastIP()
253253
* Get the softAP network ID.
254254
* @return IPAddress softAP networkID
255255
*/
256-
IPAddress WiFiAPClass::softAPNetwrokID()
256+
IPAddress WiFiAPClass::softAPNetworkID()
257257
{
258258
tcpip_adapter_ip_info_t ip;
259259
if(WiFiGenericClass::getMode() == WIFI_MODE_NULL){

0 commit comments

Comments
 (0)