mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
12 lines
210 B
C
12 lines
210 B
C
#include <esp_log.h>
|
|
|
|
#include <esp_http_server.h>
|
|
|
|
//#include "ClassControllCamera.h"
|
|
|
|
void register_server_ota_sdcard_uri(httpd_handle_t server);
|
|
void CheckOTAUpdate();
|
|
void doReboot();
|
|
void hard_restart();
|
|
|