diff --git a/wled00/FX_2Dfcn.cpp b/wled00/FX_2Dfcn.cpp index ca2113ee..1dddb914 100644 --- a/wled00/FX_2Dfcn.cpp +++ b/wled00/FX_2Dfcn.cpp @@ -149,6 +149,7 @@ void WS2812FX::setUpMatrix() { DEBUG_PRINTF("%4d,", customMappingTable[i]); } DEBUG_PRINTLN(); + USER_FLUSH(); // wait until serial buffer is written out - to avoid loss/corruption of future debug messages #endif } else { // memory allocation error customMappingTableSize = 0;