mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-26 03:10:32 +08:00
fix copy paste error
This commit is contained in:
@ -74,7 +74,7 @@ IPV6 = 'FE80::32AE:A4FF:FE80:5288'
|
|||||||
|
|
||||||
## Hardware Required
|
## 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
|
## Configure the project
|
||||||
|
|
||||||
@ -97,6 +97,3 @@ make -j4 flash monitor
|
|||||||
(To exit the serial monitor, type ``Ctrl-]``.)
|
(To exit the serial monitor, type ``Ctrl-]``.)
|
||||||
|
|
||||||
See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.
|
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
|
## 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
|
## Configure the project
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ IPV6 = 'FE80::32AE:A4FF:FE80:5288'
|
|||||||
|
|
||||||
## Hardware Required
|
## 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
|
## Configure the project
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ PORT = 3333;
|
|||||||
|
|
||||||
## Hardware Required
|
## 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
|
## Configure the project
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ IPV6 = 'FE80::32AE:A4FF:FE80:5288'
|
|||||||
|
|
||||||
## Hardware Required
|
## 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
|
## Configure the project
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Also, it uses a component provided with this example `custom_provisioning` which
|
|||||||
|
|
||||||
### Hardware Required
|
### 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
|
### Application Required
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ This example can be used, as it is, for adding a provisioning service to any app
|
|||||||
|
|
||||||
### Hardware Required
|
### 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
|
### Application Required
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user