// wifi_http.h #ifndef WIFI_HTTP_H #define WIFI_HTTP_H #include "esp_err.h" // Wi-Fi初始化函数 void wifi_init_sta(void); #endif // WIFI_HTTP_H