1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Fix ESP8266WiFi/Diagnostics/Check Return Codes (#4504)

This commit is contained in:
Steven Conaway 2018-03-11 17:09:03 -07:00 committed by Develo
parent afcbcd5cc9
commit f070b55e11

View File

@ -221,7 +221,7 @@ Check Return Codes
Almost each function described in chapters above returns some diagnostic information. Almost each function described in chapters above returns some diagnostic information.
Such diagnostic may be provided as a simple ``boolean`` type ``true' or``\ false\` to indicate operation result. You may check this result as described in examples, for instance: Such diagnostic may be provided as a simple ``boolean`` type ``true`` or ``false`` to indicate operation result. You may check this result as described in examples, for instance:
.. code:: cpp .. code:: cpp