-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
ESP32-DevKitC Boot Loop because of a stack overflow #63
Comments
Try commenting out some of the sensors. I think it overloads the stack with all of the sensors in the example. |
Another solution is to increase the stack size:
|
Increasing the stack size as above sorted the issue - thanks!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to this issue my ESP32 seems to be stuck in a boot loop after flashing, but it's not the same error.
I've not connected to the BMS and have only changed the board to nodemcu-32s in esp32-example.yaml.
The text was updated successfully, but these errors were encountered: