example: Remove duplicate commands and invalid serial port information

Closes https://github.com/espressif/esp-idf/issues/5049
This commit is contained in:
Roland Dobai
2020-04-08 12:36:25 +02:00
parent acdba0eb46
commit 14c978b54f
32 changed files with 1 additions and 111 deletions

View File

@@ -26,21 +26,11 @@ order to receive back the same data which were sent out.
```
idf.py menuconfig
```
or
```
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:
```
idf.py -p PORT flash monitor
```
or
```
idf.py -p PORT flash monitor
```

View File

@@ -38,21 +38,11 @@ UART1 driver to use the hardware flow control by setting `.flow_ctrl = UART_HW_F
```
idf.py menuconfig
```
or
```
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:
```
idf.py -p PORT flash monitor
```
or
```
idf.py -p PORT flash monitor
```

View File

@@ -47,21 +47,12 @@ Connect USB to RS485 adapter to computer and connect its D+, D- output lines wit
```
idf.py menuconfig
```
or
```
idf.py menuconfig
```
* Set serial port under Serial Flasher Options to the serial port of ESP32-WROVER-KIT board.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:
```
idf.py -p PORT flash monitor
```
or
```
idf.py -p PORT flash monitor
```
(To exit the serial monitor, type ``Ctrl-]``.)

View File

@@ -16,21 +16,11 @@ The example can be used with any ESP32 development board connected to a computer
```
idf.py menuconfig
```
or
```
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:
```
idf.py -p PORT flash monitor
```
or
```
idf.py -p PORT flash monitor
```

View File

@@ -28,21 +28,11 @@ through UART.
```
idf.py menuconfig
```
or
```
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:
```
idf.py -p PORT flash monitor
```
or
```
idf.py -p PORT flash monitor
```