-
Notifications
You must be signed in to change notification settings - Fork 52
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
esp8266 crashing #9
Comments
Jon, could you define ISBDConsoleCallback and ISBDDiagsCallback, per the example code? modem.begin() is a rather lengthy routine, and it's hard to guess what might cause a reset. These will help. |
You bet, new output:
I dug around and managed to get a decoded stack trace:
|
Hey @mikalhart - anything I else I can provide to assist with troubleshooting? |
Did you manage to resolve this? it looks like the ESP32 has a similar issue, |
Please try new release 2.0.0 and see if this is resolved. There was some misunderstanding about how the "weak" attribute works, and this has been changed. |
Here is my code (platformio):
A simple test to see if the library runs - nothing wired to the esp (using adafruit huzzah), esp is known good, but when I run this code on it, I get constant reboots after calling modem.begin().
Sample output:
Expected output would be a detection that there is no modem detected, I would think, instead of rebooting.
Can you help me understand what I'm doing wrong?
The text was updated successfully, but these errors were encountered: