My reason for asking is that I'm trying to debug a crash that occurs after posting a web request and posting to MQTT. Interestingly the crash happens after the https request and MQTT publish execute successfully.
Soft WDT reset
ctx: cont
sp: 3fff2c90 end: 3fff2f80 offset: 01b0
>>>stack>>>
3fff2e40: 4020348a 00001388 00001388 4020347f
3fff2e50: 3fff307c 000006a0 000006a0 3fff307c
3fff2e60: 00005900 3fff2f24 00000000 4010053d
3fff2e70: 000058f4 00003500 000006a0 000006a0
3fff2e80: 3ffe9411 00000000 3fff1504 3fff2ee0
3fff2e90: 00005900 3fff2f24 3fff2f24 40202220
3fff2ea0: 000058f0 00000001 3fff2f24 4020226f
3fff2eb0: 3ffe95e9 00000016 3fff2f24 4020258d
3fff2ec0: 3fff307c 000003be 3fff2f24 3fff12f4
3fff2ed0: 00065187 3fff1e90 3ffe94e7 40202610
3fff2ee0: 3ffe0000 3fff1e90 3ffe94e7 402138a4
3fff2ef0: 3fff12e8 3fff1e90 3ffe94e7 402160e2
3fff2f00: 00000000 00000000 00000000 00000000
3fff2f10: 00000000 00000000 00000000 00000000
3fff2f20: 00000000 00000000 000058ef 000058ef
3fff2f30: 3fff4fec 0000000f 00000000 40215b67
3fff2f40: 00000000 3fff12ec 40213710 40215dbc
3fff2f50: 00000000 00000000 00000001 3fff1f4c
3fff2f60: 3fffdad0 00000000 3fff1f45 40202efc
3fff2f70: feefeffe feefeffe 3fff1f60 40204d50
<<<stack<<<
ets Jan 8 2013,rst cause:2, boot mode:(3,3)
Here is my code: https://github.com/openenergymonitor/Em ... rc/src.ino