mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-11 11:42:39 +02:00
build system: Use CMake-based build system as default when describing commands
This commit is contained in:
committed by
Angus Gratton
parent
f6ad7f564d
commit
47bbb107a8
@@ -12,7 +12,7 @@ The behaviour of the example is:
|
||||
|
||||
## Configuration
|
||||
|
||||
Run `make menuconfig` (or `idf.py menuconfig` if using CMake build system).
|
||||
Open the project configuration menu (`idf.py menuconfig`).
|
||||
|
||||
Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <lwip/netdb.h>
|
||||
|
||||
/* The examples use simple configuration that you can set via
|
||||
'make menuconfig'.
|
||||
project configuration.
|
||||
|
||||
If you'd rather not, just change the below entries to strings with
|
||||
the config you want - ie #define UDP_PORT 3333
|
||||
|
||||
Reference in New Issue
Block a user