Update Reboot Algo

This commit is contained in:
jomjol
2022-12-28 15:07:45 +01:00
parent 7a1154363b
commit f08e856dfd
4 changed files with 42 additions and 7 deletions

View File

@@ -20,6 +20,8 @@ void TFliteDoAutoStart();
bool isSetupModusActive();
int getCountFlowRounds();
void CheckIsPlannedReboot();
esp_err_t GetJPG(std::string _filename, httpd_req_t *req);
esp_err_t GetRawJPG(httpd_req_t *req);