mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
examples: change default build instructions in docs to CMake
This commit is contained in:
@@ -72,7 +72,7 @@ ESP32 WROVER KIT 1 | | RS-485 side | | Exter
|
||||
### Configure the application
|
||||
Configure the UART pins used for modbus communication using command and table below.
|
||||
```
|
||||
make menuconfig
|
||||
idf.py menuconfig
|
||||
```
|
||||
|
||||
```
|
||||
@@ -98,7 +98,7 @@ Other option is to have the modbus_slave example flashed into ESP32 WROVER KIT b
|
||||
### Build and flash software of master device
|
||||
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-]``.)
|
||||
|
Reference in New Issue
Block a user