mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Fix ESP8266WiFi/Diagnostics/Check Return Codes (#4504)
This commit is contained in:
@ -221,7 +221,7 @@ Check Return Codes
|
||||
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user