Merge branch 'docs/fix_a_copy_paste_error' into 'master'

fix copy paste error

See merge request sdk/ESP8266_RTOS_SDK!1695
This commit is contained in:
Dong Heng
2024-08-26 11:06:10 +08:00
7 changed files with 18 additions and 21 deletions

View File

@ -74,7 +74,7 @@ IPV6 = 'FE80::32AE:A4FF:FE80:5288'
## Hardware Required
This example can be run on any commonly available ESP32 development board.
This example can be run on any commonly available ESP8266 development board.
## Configure the project
@ -97,6 +97,3 @@ make -j4 flash monitor
(To exit the serial monitor, type ``Ctrl-]``.)
See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.

View File

@ -30,7 +30,7 @@ PORT = 3333;
## Hardware Required
This example can be run on any commonly available ESP32 development board.
This example can be run on any commonly available ESP8266 development board.
## Configure the project

View File

@ -32,7 +32,7 @@ IPV6 = 'FE80::32AE:A4FF:FE80:5288'
## Hardware Required
This example can be run on any commonly available ESP32 development board.
This example can be run on any commonly available ESP8266 development board.
## Configure the project

View File

@ -40,7 +40,7 @@ PORT = 3333;
## Hardware Required
This example can be run on any commonly available ESP32 development board.
This example can be run on any commonly available ESP8266 development board.
## Configure the project

View File

@ -42,7 +42,7 @@ IPV6 = 'FE80::32AE:A4FF:FE80:5288'
## Hardware Required
This example can be run on any commonly available ESP32 development board.
This example can be run on any commonly available ESP8266 development board.
## Configure the project

View File

@ -22,7 +22,7 @@ Also, it uses a component provided with this example `custom_provisioning` which
### Hardware Required
Example should be able to run on any commonly available ESP32 development board.
Example should be able to run on any commonly available ESP8266 development board.
### Application Required

View File

@ -23,7 +23,7 @@ This example can be used, as it is, for adding a provisioning service to any app
### Hardware Required
Example should be able to run on any commonly available ESP32 development board.
Example should be able to run on any commonly available ESP8266 development board.
### Application Required