WLED_DEBUG_MAPS flag added

This commit is contained in:
TroyHacks
2023-06-06 19:44:02 -04:00
parent aded74d8b1
commit 143f84238f
2 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ void WS2812FX::setUpMatrix() {
// delete gap array as we no longer need it
if (gapTable) delete[] gapTable;
#ifdef WLED_DEBUG
#ifdef WLED_DEBUG_MAPS
DEBUG_PRINTF("Matrix ledmap: \n");
for (uint16_t i=0; i<customMappingSize; i++) {
if (!(i%Segment::maxWidth)) DEBUG_PRINTLN();