mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 13:06:54 +03:00
13 lines
266 B
C
13 lines
266 B
C
#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();
|
|
|
|
extern bool debug_detail_heap; |