Axel Britos
Results
2
comments of
Axel Britos
I've also been dealing with a similar issue. In my case, the problem arises after calling the WiFi.begin() function. The microcontroller doesn't restart, but the display randomly glitches or stays...
@derlaft > @axlb97 I've just checked my `platformio.ini` and it has also: > * `-DLV_ATTRIBUTE_TIMER_HANDLER=IRAM_ATTR` > * `-DLV_ATTRIBUTE_FLUSH_READY=IRAM_ATTR` > I don't remember why I added them (likely for performance), but...