mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-04 16:13:33 +08:00
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:
@ -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.
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user