server_camera.h 293 B

12345678910111213141516
  1. #ifndef JOMJOL_CONTROLCAMERA_H
  2. #define JOMJOL_CONTROLCAMERA_H
  3. #include <esp_log.h>
  4. #include <esp_http_server.h>
  5. //#include "ClassControllCamera.h"
  6. static const char *TAGPARTCAMERA = "server_camera";
  7. void register_server_camera_uri(httpd_handle_t server);
  8. void PowerResetCamera();
  9. #endif