You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: