-
Notifications
You must be signed in to change notification settings - Fork 42
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
User exception (panic/abort/assert) #20
Comments
same here .......
ctx: cont ets Jan 8 2013,rst cause:2, boot mode:(3,6) load 0x4010f000, len 1392, room 16 |
I have the same issue. After some investigation i checked that this error is caused in handle() method.... |
Got it! To fix temporary this issue you need to declare onDisconnect() in setup, for example:
Additionally theres second bug which occurs in new 2.7 ESP library core. In ESP8266MQTTClient.cpp in 86 line we need wrap |
I have the same issue. I have the onDisconnect implementented without succes. --------------- CUT HERE FOR EXCEPTION DECODER --------------- Soft WDT reset
ctx: cont --------------- CUT HERE FOR EXCEPTION DECODER --------------- ets Jan 8 2013,rst cause:2, boot mode:(3,6) load 0x4010f000, len 3584, room 16 |
Any Update ??? |
same issues |
this work |
for me as well, thanks ! |
Arduino IDE 1.8.12
Esp8266 Framework 2.7.0
ESP8266MQTTClient 1.0.5
Run Sample MQTTClient.ino
The text was updated successfully, but these errors were encountered: