mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-13 06:56:56 +03:00
compatibitly mit esp-idf pure
This commit is contained in:
11
code/components/jomjol_fileserver_ota/server_ota.h
Normal file
11
code/components/jomjol_fileserver_ota/server_ota.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <esp_log.h>
|
||||
|
||||
#include <esp_http_server.h>
|
||||
|
||||
//#include "ClassControllCamera.h"
|
||||
|
||||
static const char *TAGPARTOTA = "server_ota";
|
||||
|
||||
void register_server_ota_sdcard_uri(httpd_handle_t server);
|
||||
void CheckOTAUpdate();
|
||||
void doReboot();
|
||||
Reference in New Issue
Block a user