mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2026-03-22 18:44:50 +00:00
add example
This commit is contained in:
parent
0cd01e4dc1
commit
5cd34b0c9f
75 changed files with 6023 additions and 217 deletions
|
|
@ -0,0 +1,13 @@
|
|||
HTTP CLIENT EXAMPLE
|
||||
|
||||
Description:
|
||||
Http client send request to get server response.
|
||||
|
||||
Configuration:
|
||||
Change HOST_NAME and HOST_PORT to user define.
|
||||
[platform_opts.h]
|
||||
#define CONFIG_EXAMPLE_HTTP_CLIENT 1
|
||||
|
||||
Execution:
|
||||
Call http_client() to send http request.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue