mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-07-07 11:55:42 +00:00
initial commit
This commit is contained in:
commit
60a7afcc83
2528 changed files with 1001987 additions and 0 deletions
15
component/common/example/http_download/readme.txt
Normal file
15
component/common/example/http_download/readme.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
HTTP DOWNLOAD EXAMPLE
|
||||
|
||||
Description:
|
||||
Download file from Web server via http.
|
||||
|
||||
Configuration:
|
||||
Modify SERVER_HOST, SERVER_PORT and RESOURCE in example_http_download.c based on your HTTP server.
|
||||
|
||||
[platform_opts.h]
|
||||
#define CONFIG_EXAMPLE_HTTP_DOWNLOAD 1
|
||||
|
||||
Execution:
|
||||
Can make automatical Wi-Fi connection when booting by using wlan fast connect example.
|
||||
A http download example thread will be started automatically when booting.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue