Merge branch 'mdev' into audio_fastpath

This commit is contained in:
Frank
2023-06-01 22:59:20 +02:00

View File

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