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 5963de6 commit 4468a15Copy full SHA for 4468a15
ESP8266/ESP8266.h
@@ -166,7 +166,7 @@ class ESP8266
166
167
/** Get the local network mask
168
*
169
- * @return Null-terminated representation of the local network mask
+ * @return Null-terminated representation of the local network mask
170
* or null if no network mask has been recieved
171
*/
172
const char *netmask();
@@ -185,7 +185,7 @@ class ESP8266
185
* see @a nsapi_error
186
187
int scan(WiFiAccessPoint *res, unsigned limit);
188
-
+
189
/**Perform a dns query
190
191
* @param name Hostname to resolve
0 commit comments