If you are asking a question, please follow this template:
- My goal is:
Determine why getting core dump on wakeup after SNTP - My actions are: [describe your actions - code, commands, etc]
when building old builds I am finding that a core dump happens regularly - The result I see is: [show the result - log, etc]
[Feb 9 16:43:44.509] mgos_mqtt_conn.c:230 MQTT0 TCP connect ok (0)
[Feb 9 16:43:44.529] mgos_sntp.c:59 SNTP reply from 216.239.35.12: time 1612917824.564943, local 1612917825.087625, delta -0.522682
[Feb 9 16:43:44.675] Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
[Feb 9 16:43:44.683]
[Feb 9 16:43:44.683] Core 1 register dump:
- My expectation & question is: [describe your expectation and your question]
Is this a new problem with the mgos libraries?
as an aside one thing I noticed is that GPIO_PIN_X now need
#include “driver/gpio.h” but did not until recently