So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By dalbert
#78319 I had been chasing a soft WDT that happened to land at digitalWrite() which calls core_esp8266_waveform.c:stopWaveform(pin) which is not decorated with ICACHE_RAM_ATTR.

The WDT turned out not to be related to this but is this an issue (since __digitalWrite() is decorated with ICACHE_RAM_ATTR)?