- #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);
|