mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-17 20:42:21 +02:00
examples: change default build instructions in docs to CMake
* Original commit: espressif/esp-idf@e7dba7d7bc
This commit is contained in:
@ -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.
|
||||
- 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
|
||||
|
||||
|
Reference in New Issue
Block a user