bitluni / ESP32CamTimeLapse

152 stars 56 forks source link

WEB UI is not keeping the timelapse status #1

Closed imkindaprogrammermyself closed 4 years ago

imkindaprogrammermyself commented 4 years ago

The timelapse status is not kept when the web ui is refreshed.

imkindaprogrammermyself commented 4 years ago

Found the error at line 305 in app_httpd.cpp The script wasn't able to parse the json because of extra comma after %u p += sprintf(p, "\"interval\":%u,", interval);