Skip to content

Commit ced1a33

Browse files
committed
修改文章内容:使用 vscode 简单配置 ESP32 连接 Wi-Fi 每日定时发送 HTTP 和 HTTPS 请求
1 parent 852989c commit ced1a33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/views/MCU/ESP32_Wi-Fi_schedule_HTTP(S).md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,7 @@ static void obtain_time(void)
281281
*/
282282
```
283283

284-
---
285-
286-
## HTTP 请求
284+
### HTTP 请求
287285

288286
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 任务即可
289287

0 commit comments

Comments
 (0)