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:
parent
afcbcd5cc9
commit
f070b55e11
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user