// http_request.h #ifndef HTTP_REQUEST_H #define HTTP_REQUEST_H #include "esp_err.h" // 发起HTTP GET请求 void http_get_request(void); #endif // HTTP_REQUEST_H