mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
Inital
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <esp_log.h>
|
||||
|
||||
#include <esp_http_server.h>
|
||||
#include "CFindTemplate.h"
|
||||
|
||||
//#include "ClassControllCamera.h"
|
||||
|
||||
@@ -12,4 +13,8 @@ void KillTFliteTasks();
|
||||
|
||||
void TFliteDoAutoStart();
|
||||
|
||||
bool isSetupModusActive();
|
||||
bool isSetupModusActive();
|
||||
|
||||
ImageData* GetJPG(std::string _filename);
|
||||
|
||||
esp_err_t GetRawJPG(httpd_req_t *req);
|
||||
Reference in New Issue
Block a user