examples: change default build instructions in docs to CMake
This commit is contained in:
@@ -15,7 +15,7 @@ This example should be able to run on any commonly available ESP32 development b
|
||||
### Configure the project
|
||||
|
||||
```
|
||||
make menuconfig
|
||||
idf.py menuconfig
|
||||
```
|
||||
|
||||
* Set serial port under Serial Flasher Options.
|
||||
@@ -29,7 +29,7 @@ make menuconfig
|
||||
Build the project and flash it to the board, then run monitor tool to view serial output:
|
||||
|
||||
```
|
||||
make -j4 flash monitor
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
|
||||
(To exit the serial monitor, type ``Ctrl-]``.)
|
||||
|
||||
@@ -29,7 +29,7 @@ a setup does not make much sense.
|
||||
### Configure the project
|
||||
|
||||
```
|
||||
make menuconfig
|
||||
idf.py menuconfig
|
||||
```
|
||||
|
||||
* Set serial port under Serial Flasher Options.
|
||||
@@ -43,7 +43,7 @@ make menuconfig
|
||||
Build the project and flash it to the board, then run monitor tool to view serial output:
|
||||
|
||||
```
|
||||
make -j4 flash monitor
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
|
||||
(To exit the serial monitor, type ``Ctrl-]``.)
|
||||
|
||||
@@ -23,9 +23,8 @@ Note: TTCN3 engine works reliably only on Linux and Windows.
|
||||
|
||||
```
|
||||
cd $IDF_PATH/examples/system/network_tests
|
||||
make defconfig
|
||||
make -j4
|
||||
make flash
|
||||
idf.py build
|
||||
idf.py -p PORT flash
|
||||
```
|
||||
|
||||
## Run test
|
||||
|
||||
Reference in New Issue
Block a user