Holger Müller
Holger Müller
Unfortunately my fork was broken and I was not able to repair it. I'll close this PR and open a new one based on the latest master.
closed by #1143
After building another project with similar code and crashes I found out that this was the problem: ``` configTime(TZ_Europe_Berlin, PSTR("de.pool.ntp.org"), PSTR("europe.pool.ntp.org"), PSTR("time.nist.gov")); ``` Changing this to ``` configTime(TZ_Europe_Berlin, "de.pool.ntp.org", "europe.pool.ntp.org",...
Tx for the quick response. Is there a way to figure out the location in the trace? I currently have no clue where to look. I already removed almost everything...
> > It doesn't reach the `DEBUG_P("after malloc, before memcpy");` any more. > > Adding `Serial.flush()` after every `printf` might help to narrow the issue. You can also try to...
> nmi-vector.o:? I use the Ticker, but only once_scheduled() or attach_ms_scheduled() which should execute the callback in the loop context. I will remove all that code and will see if...
Removing all the Ticker code didn't help at all. Dump output looks almost the same. ``` --------------- CUT HERE FOR EXCEPTION DECODER --------------- mqttConnect: connected using PubSubClient mqttConnect: Current time:...
@mcspr You should have access to https://github.com/arduino-hmueller01/garage-pio/blob/main/platformio.ini Yes, I use SDK305. I'll see if it compiles with SDK2 and report. Edit: I used [env:upstream_develop_flash_serial_debug] target here ...
Oh sorry. I added additional access for you. Hope it works now. In the meantime I tried SDK 2.x and code crashed even earlier. Maybe I have to remove more...
@mcspr you are incredible! Thank you sooo much! What a stupid mistake of mine. Shame on me. I owe you something. From my other project I changed ``` #define _HOMA_SYSTEM_ID...