-
Notifications
You must be signed in to change notification settings - Fork 192
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
crash with Exception (3) #3
Comments
Maybe I have the same problem as you. |
I got the same issuu with release version of WiFiManager |
where about in the code dose the patch go? |
Same issue: Version 2.1.0 of deauther compiles and loads on ESP8266 (LOLIN D1 min pro v2) but crashed with Exception (3), after decoding error: Exception 3: LoadStoreError: Processor internal physical address or data error during load or store Decoding stack results I've spent 3 days on this so far :-( any ideas? |
It used to work, and then one day I powered it up and it kept resetting with cause:4 (watch dog?).
After I reflashed it, it just crashed with Exception (3) upon WiFi.disconnect() command.
Then I found this suggestion:
http://blog.flynnmetrics.com/uncategorized/esp8266-exception-3/
here is the patch:
I still don't understand what's going on, but it works, perhaps there is a bug in the library.
I use Arduino IDE version 1.8.2 and esp8266 library version 2.3.0.
The text was updated successfully, but these errors were encountered: