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 a5b84cf commit 3fcdc0eCopy full SHA for 3fcdc0e
libraries/WiFi/src/WiFiSTA.cpp
@@ -508,9 +508,9 @@ IPAddress WiFiSTAClass::broadcastIP()
508
509
/**
510
* Get the network id.
511
- * @return IPAddress netwrokID
+ * @return IPAddress networkID
512
*/
513
-IPAddress WiFiSTAClass::netwrokID()
+IPAddress WiFiSTAClass::networkID()
514
{
515
if(WiFiGenericClass::getMode() == WIFI_MODE_NULL){
516
return IPAddress();
@@ -522,7 +522,7 @@ IPAddress WiFiSTAClass::netwrokID()
522
523
524
525
- * @return uint8_t netwrokID
+ * @return uint8_t subnetCIDR
526
527
uint8_t WiFiSTAClass::subnetCIDR()
528
0 commit comments