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