Skip to content
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

Fixing possible Memory Leak #46

Open
Tysonpower opened this issue Jul 13, 2023 · 0 comments
Open

Fixing possible Memory Leak #46

Tysonpower opened this issue Jul 13, 2023 · 0 comments

Comments

@Tysonpower
Copy link
Collaborator

Currently there is a watchdog that restarts the ESP every few hours or so to avoid issues with Memory leaks. This works but fixing the leak should be the final fix.

The Memory leak wats the free SPIRam until it is so full that the ESP can't receive data anymore and eventually reboots due to a memory overload or similar.

To fix this someone has to analyze the ESP Firmware and maybe even the closed source Carousel Library, both is C Code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant