-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cyclic "TG1WDT_SYS_RESET" (rst:0x8) after starting timelapse... #21
Comments
The actual fix is to add a "return ESP_OK;" to the startLapseHandler and stopLapseHandler routines in app_httpd.cpp. |
Thank you very much for that hint, I will try it... Regards, Thorsten |
Great stuff! No unwanted resets anymore :-) (Maybe bitluni could put those two lines into the source file...) Regards, Thorsten |
gorlitzer
added a commit
to gorlitzer/ESP32CamTimeLapse
that referenced
this issue
Oct 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I built the code with the latest Arduino ESP32 BSP (2.0.8).
The browser UI and the camera stream works well so far. My 8GB SDHC was detected correctly.
As soon, as I started the timelapse recording, a new directory was added ("\lapseNNN") but then the ESP32 suddenly resets:
This was cyclically done (within a few seconds).
I couldn't find a programmatic solution for this.
The only workaround so far (thanks to bitluni for pointing me to the right direction) was to install version 1.0.6 of the ESP32 BSP.
It seems that later BSP-versions (>= 2.0.0) broke the correct function of the code.
Regards, Thorsten
The text was updated successfully, but these errors were encountered: