mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 13:06:54 +03:00
13 lines
257 B
C++
13 lines
257 B
C++
#include <esp_log.h>
|
|
|
|
#include <esp_http_server.h>
|
|
|
|
#include <string>
|
|
|
|
|
|
void register_server_ota_sdcard_uri(httpd_handle_t server);
|
|
void CheckOTAUpdate();
|
|
void doReboot();
|
|
void hard_restart();
|
|
void CheckUpdate();
|
|
static bool ota_update_task(std::string fn); |