bitluni / ESP32CamTimeLapse

152 stars 56 forks source link

Unhandled exception on Arduino 2 #20

Open vgrechin opened 1 year ago

vgrechin commented 1 year ago

Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. When I press start lapse

vgrechin commented 1 year ago

static esp_err_t startLapseHandler(httpd_req_t *req) { startLapse();

return ESP_OK; // <<<<<<<<<<<<<< Fix #20 }

static esp_err_t stopLapseHandler(httpd_req_t *req) { stopLapse();

return ESP_OK; //<<<<<<<<<<<<<<<< fix #20 }