Skip to content

Commit 3e4064b

Browse files
committed
DOC: fix typo
Signed-off-by: Yuguo Zou <[email protected]>
1 parent 4a54cf4 commit 3e4064b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

example/freertos/iot/coap/coap_server/README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Detailed Description
2727
* Extra Comments
2828
NO
2929

30-
Buidling and Running
30+
Building and Running
3131
********************
3232

3333
This example outputs to the console. It is supported by all platform. You might need to change MUX configurations or connect wires in order to use peripheral modules, see :ref:`peripheral_preparation`.
@@ -38,7 +38,8 @@ Buidling and Running
3838
$ cd <embarc_root>/example/freertos/iot/coap/coap_server
3939
$ make BOARD=emsk BD_VER=22 CUR_CORE=arcem7d TOOLCHAIN=gnu run
4040
41-
When the WiFi is connected and CoAP server is running, you may run python code shown below. You may save this code as a .py file and run it from a new cmd console. The python code uses CoAPthon packet as a CoAP Client and try to get and post resources from server. Please noted that the host IP in python code should be replaced to the ipaddr shown on board uart console before running.
41+
42+
When the WiFi is connected and CoAP server is running, you may run python code shown below. You may save this code as a .py file and run it from a new cmd console. The python code uses CoAPthon packet as a CoAP Client and try to get and post resources from server. Please noted that the host IP in python code should be replaced to the ipaddr shown on board uart console before running.
4243

4344
.. code-block:: python
4445
@@ -62,6 +63,7 @@ Buidling and Running
6263
6364
client.stop()
6465
66+
6567
Sample Output
6668
=============
6769

@@ -109,7 +111,8 @@ Sample Output
109111
temperature update running
110112
Exit from main function, error code:0....
111113
112-
Output from CoAPthon CoAP client
114+
115+
Output from CoAPthon CoAP client
113116

114117
.. code-block:: console
115118

0 commit comments

Comments
 (0)