mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
typo fix (#5319)
This commit is contained in:
committed by
Develo
parent
233d3e3b5e
commit
4726a2501a
@ -117,7 +117,7 @@ In the next steps we should execute GET command. This is done is similar way as
|
||||
|
||||
After sending the request we should wait for a reply and then process received information.
|
||||
|
||||
Out of received replay we can skip response header. This can be done by reading until an empty line ``"\r"`` that marks the end of the header:
|
||||
Out of received reply we can skip response header. This can be done by reading until an empty line ``"\r"`` that marks the end of the header:
|
||||
|
||||
.. code:: cpp
|
||||
|
||||
|
Reference in New Issue
Block a user