ESP8266MQTTClient
ESP8266MQTTClient copied to clipboard
Create release for bug fixed in #6
Because a new release has not been published, installing this library via the Arduino IDE results in the WDT reset error as described in #6.
Nevermind about that, there appears to be a different error now. I have noticed the following error when running the MQTTClient example:
....
Panic /home/benschattinger/.arduino15/packages/esp8266/hardware/esp8266/2.4.1/cores/esp8266/abi.cpp:92 __throw_bad_function_call
ctx: cont
sp: 3fff06a0 end: 3fff08c0 offset: 01b0
>>>stack>>>
3fff0850: 3fffdad0 00000004 3ffef7cc 40206209
3fff0860: 3ffe8cd1 00000000 3ffef7cc 40206b64
3fff0870: 3ffe8a49 00000000 3ffef7cc 402038fd
3fff0880: 3fffdad0 00000000 3ffef430 40203cdd
3fff0890: 00000000 00000000 3ffef885 402030f5
3fff08a0: feefeffe 00000000 3ffef885 40206d00
3fff08b0: feefeffe feefeffe 3ffef8a0 40100710
<<<stack<<<
ets Jan 8 2013,rst cause:2, boot mode:(1,6)
ets Jan 8 2013,rst cause:4, boot mode:(1,6)
wdt reset
Attempting to use the ESP Exception Decoder results in a Decode failed message. I have also tried to comment out all of the .on callbacks, and the error seems to occur when calling mqtt.handle().
I'm seeing the same issue too! It's a shame as there aren't many ESP MQTT client libraries that support QoS>0
@Paul-Reed I'm using this fork of PubSubClient. It handles any QoS level just fine.
Thanks @lights0123 I'll take a look. I'm currently using the original PubSubClient which isn't really being developed further, and really need at least QoS 1.