Skip to content

Commit

Permalink
修改文章内容:使用 vscode 简单配置 ESP32 连接 Wi-Fi 每日定时发送 HTTP 和 HTTPS 请求
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsanfer committed Nov 7, 2024
1 parent 852989c commit ced1a33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/views/MCU/ESP32_Wi-Fi_schedule_HTTP(S).md
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,7 @@ static void obtain_time(void)
*/
```

---

## HTTP 请求
### HTTP 请求

HTTP 请求官方也有 [http_request](https://github.com/espressif/esp-idf/tree/v5.2.3/examples/protocols/http_request) 的例子工程,剪切其中的 http 请求代码到入口文件 `./main/https_request_example_main.c` 中,并添加相应宏定义。然后在入口函数 `app_main()` 末尾处,添加 HTTP 任务即可

Expand Down

0 comments on commit ced1a33

Please sign in to comment.