-
Notifications
You must be signed in to change notification settings - Fork 24
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 failing to boot #31
Comments
once i disable wifi it boots ^^ |
Huh, that's an error I have not seen before. It certainly sounds like the issue with the ESP core. |
I'm on Arduino IDE 2.3.4 When it's fresh, the menu to select wifi etc is fine, it's once I point it at my actual wifi that I get the error. |
me-no-dev/ESPAsyncWebServer#1451 (comment) The solution seems to be to just downgrade my esp32 version until the repo maintainer fixes it. I'll message here if it works |
I got it to work but now my bloody cluster won't work lol |
Ah, ok. So an issue with the AsyncWebServer. Good to know. Will update it when the fix is available. Though I do eventually want to get rid of that dependency anyways. Which cluster are we talking about? Anything that I can help with? |
F10 |
Just note that F10 is a bit weird about booting up. The ESP needs to be sending CAN messages before the cluster is connected to power or it will simply refuse to turn on. So plug in the ESP, wait a few seconds then power on the cluster. And after uploading the code to ESP, unplug the cluster power, wait at least 10s and then plug it back in. |
Hi, I flashed CarCluster and now my esp keeps rebooting with this error:
assert failed: tcp_alloc /IDF/components/lwip/lwip/src/core/tcp.c:1851 (Required to lock TCPIP core functionality!)
The text was updated successfully, but these errors were encountered: