Skip to content

Commit 1bb5ccf

Browse files
authored
Fixed misplacement of back quotes (#7247)
It might be the thing in some other doc files but I only noticed it here
1 parent 36e047e commit 1bb5ccf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/esp8266wifi/station-class.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Get the DHCP hostname assigned to ESP station.
410410
411411
WiFi.hostname()
412412
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.
414414

415415
The hostname may be changed using the following function:
416416

@@ -644,13 +644,13 @@ The Smart Config connection of an ESP module an access point is done by sniffing
644644

645645
The following three functions are provided to implement Smart Config.
646646

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.
648648

649649
.. code:: cpp
650650
651651
beginSmartConfig()
652652
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.
654654

655655
.. code:: cpp
656656

0 commit comments

Comments
 (0)