Skip to content

Commit

Permalink
Fixed misplacement of back quotes (#7247)
Browse files Browse the repository at this point in the history
It might be the thing in some other doc files but I only noticed it here
  • Loading branch information
dmkng committed Apr 26, 2020
1 parent 36e047e commit 1bb5ccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/esp8266wifi/station-class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ Get the DHCP hostname assigned to ESP station.
WiFi.hostname()
Function returns ``String`` type. Default hostname is in format ``ESP_24xMAC``\ where 24xMAC are the last 24 bits of module's MAC address.
Function returns ``String`` type. Default hostname is in format ``ESP_24xMAC`` where 24xMAC are the last 24 bits of module's MAC address.

The hostname may be changed using the following function:

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

The following three functions are provided to implement Smart Config.

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

.. code:: cpp
beginSmartConfig()
Query Smart Config status, to decide when stop configuration. Function returns either ``true`` or ``false of``\ boolean\` type.
Query Smart Config status, to decide when stop configuration. Function returns either ``true`` or ``false`` of ``boolean`` type.

.. code:: cpp
Expand Down

0 comments on commit 1bb5ccf

Please sign in to comment.