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

possible fix for wifi related crashing (the old dreaded core 0 panic'ed) #56

Open
joshua255 opened this issue Oct 3, 2019 · 1 comment
Assignees

Comments

@joshua255
Copy link
Member

I've been testing URSA code with an esp32 (not connected to anything) and kept getting a "core 0 panic'ed" message (in the serial monitor) when trying to connect to the network.

switching lines 30 and 31 of Wifi.ino so that the ip address is configured after the access point is set up instead of the other way around made the problem go away and I could connect fine.

just something to try

have fun with URSA and your classes @andrewda!

@andrewda
Copy link
Member

andrewda commented Oct 3, 2019

Huh... I wonder why it's working currently. I'll give that fix a shot and commit if it's working.

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

2 participants