mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-30 14:20:43 +03:00
Initial Code v0.1.0
This commit is contained in:
14
code/lib/jomjol_controlcamera/server_camera.h
Normal file
14
code/lib/jomjol_controlcamera/server_camera.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef JOMJOL_CONTROLCAMERA_H
|
||||
#define JOMJOL_CONTROLCAMERA_H
|
||||
|
||||
#include <esp_log.h>
|
||||
|
||||
#include <esp_http_server.h>
|
||||
|
||||
//#include "ClassControllCamera.h"
|
||||
|
||||
static const char *TAGPARTCAMERA = "server_camera";
|
||||
|
||||
void register_server_camera_uri(httpd_handle_t server);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user