I’m having an issue where calling .show() on ESP-32 causes a reboot. The strip does seem to receive the data because it changes color correctly, but then the board immediately resets and I get the error: rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
I think I’ve ruled out power issues and think this has something to do with .show() delaying the wdt, but I don’t know what to do about it. Anyone else having this problem? Any help is appreciated.