mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-20 02:35:38 +08:00
feat(hello_world): add example hello_world from esp-idf and modify it for ESP8266
Commit ID: b0456cc9
This commit is contained in:
@ -7,7 +7,7 @@ concept of "components"
|
||||
Read this document if you want to know how to organise a new ESP8266\_RTOS\
|
||||
-SDK (ESP-IDF Style) project.
|
||||
|
||||
We recommend using the project_template project at directory of examples/get-started as a starting point for your project.
|
||||
We recommend using the hello_world project at directory of examples/get-started as a starting point for your project.
|
||||
|
||||
Using the Build System
|
||||
======================
|
||||
|
@ -111,7 +111,7 @@ Configure the flash size according to your actual development board's flash.
|
||||
(mypassword) WiFi Password
|
||||
(192.168.0.3) HTTP Server IP
|
||||
(8070)HTTP Server Port
|
||||
(/project_template.ota.bin) HTTP GET Filename
|
||||
(/hello_world.ota.bin) HTTP GET Filename
|
||||
|
||||
- WiFi SSID: Wi-Fi SSID of router
|
||||
- WiFi Password: Wi-Fi password of router
|
||||
|
Reference in New Issue
Block a user