Merge branch 'bugfix/uart_echo_readme' into 'master'

example: Remove duplicate commands and invalid serial port information

Closes IDFGH-3022

See merge request espressif/esp-idf!8295
This commit is contained in:
Krzysztof Budzynski
2020-04-11 01:52:01 +08:00
33 changed files with 6 additions and 114 deletions

View File

@@ -103,8 +103,6 @@ This example can be run on any commonly available ESP32 development board.
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Specific configuration for each example can be found in its README.md file.
## Build and Flash

View File

@@ -39,10 +39,6 @@ This example can be run on any commonly available ESP32 development board.
idf.py menuconfig
```
Set following parameter under Serial Flasher Options:
* Set `Default serial port`.
Set following parameters under Example Configuration Options:
* Set `IP version` of example to be IPV4 or IPV6.

View File

@@ -40,10 +40,6 @@ This example can be run on any commonly available ESP32 development board.
idf.py menuconfig
```
Set following parameter under Serial Flasher Options:
* Set `Default serial port`.
Set following parameters under Example Configuration Options:
* Set `IP version` of the example to be IPV4 or IPV6.

View File

@@ -50,10 +50,6 @@ This example can be run on any commonly available ESP32 development board.
idf.py menuconfig
```
Set following parameter under Serial Flasher Options:
* Set `Default serial port`.
Set following parameters under Example Configuration Options:
* Set `IP version` of example to be IPV4 or IPV6.

View File

@@ -50,10 +50,6 @@ This example can be run on any commonly available ESP32 development board.
idf.py menuconfig
```
Set following parameter under Serial Flasher Options:
* Set `Default serial port`.
Set following parameters under Example Configuration Options:
* Set `IP version` of the example to be IPV4 or IPV6.