overlooked one

This commit is contained in:
Frank
2024-02-23 11:19:17 +01:00
committed by GitHub
parent c7b52f96fb
commit c8e181f3b1

View File

@@ -1252,6 +1252,7 @@ void WLED::handleConnection()
strip.purgeSegments(true); // remove all but one segments from memory
// WLEDMM
errorFlag = ERR_LOW_MEM;
retryCount ++;
}
} else if (heap < MIN_HEAP_SIZE) {
USER_PRINT(F("Heap too low! (step 1, purge segments): "));