Skip to content

Commit

Permalink
fix TG1WDT_SYS_RESET error (issue bitluni#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorlitzer committed Oct 13, 2023
1 parent fd2fe15 commit c83b2b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TimeLapse/app_httpd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,13 @@ static esp_err_t capture_handler(httpd_req_t *req)
static esp_err_t startLapseHandler(httpd_req_t *req)
{
startLapse();
return ESP_OK;
}

static esp_err_t stopLapseHandler(httpd_req_t *req)
{
stopLapse();
return ESP_OK;
}

static esp_err_t streamHandler(httpd_req_t *req)
Expand Down

0 comments on commit c83b2b9

Please sign in to comment.