You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/esp8266wifi/station-class.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -410,7 +410,7 @@ Get the DHCP hostname assigned to ESP station.
410
410
411
411
WiFi.hostname()
412
412
413
-
Function returns ``String`` type. Default hostname is in format ``ESP_24xMAC``\where 24xMAC are the last 24 bits of module's MAC address.
413
+
Function returns ``String`` type. Default hostname is in format ``ESP_24xMAC`` where 24xMAC are the last 24 bits of module's MAC address.
414
414
415
415
The hostname may be changed using the following function:
416
416
@@ -644,13 +644,13 @@ The Smart Config connection of an ESP module an access point is done by sniffing
644
644
645
645
The following three functions are provided to implement Smart Config.
646
646
647
-
Start smart configuration mode by sniffing for special packets that contain SSID and password of desired Access Point. Depending on result either ``true`` or \`false is returned.
647
+
Start smart configuration mode by sniffing for special packets that contain SSID and password of desired Access Point. Depending on result either ``true`` or ``false`` is returned.
648
648
649
649
.. code:: cpp
650
650
651
651
beginSmartConfig()
652
652
653
-
Query Smart Config status, to decide when stop configuration. Function returns either ``true`` or ``false of``\ boolean\` type.
653
+
Query Smart Config status, to decide when stop configuration. Function returns either ``true`` or ``false`` of ``boolean`` type.
0 commit comments