examples: change default build instructions in docs to CMake

* Original commit: espressif/esp-idf@e7dba7d7bc
This commit is contained in:
Mahavir Jain
2019-08-02 09:01:20 +05:30
committed by gabsuren
parent c1176ccdcc
commit f3754a3683

View File

@ -6,7 +6,7 @@ Simple Asio chat client using WiFi STA or Ethernet.
- Wi-Fi or Ethernet connection is established, and IP address is obtained. - Wi-Fi or Ethernet connection is established, and IP address is obtained.
- Asio chat client connects to the corresponding server whose port number and IP are defined through the project configuration menu. - Asio chat client connects to the corresponding server whose port number and IP are defined through the project configuration menu.
- Chat client receives all messages from other chat clients, also it sends message received from stdin using `idf.py monitor`. - Chat client receives all messages from other chat clients, also it sends message received from stdin using `idf.py -p PORT monitor`.
## Running the example ## Running the example