From d21b9b068788623352a18ec398b4e05ae0193582 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Sat, 12 Oct 2024 23:05:08 +0200 Subject: [PATCH] typo fixo --- wled00/bus_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp index 6b1aeb09..1b59b50b 100644 --- a/wled00/bus_manager.cpp +++ b/wled00/bus_manager.cpp @@ -816,7 +816,7 @@ BusHub75Matrix::BusHub75Matrix(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWh if ((_ledBuffer == nullptr) || (_ledsDirty == nullptr)) { // fail is we cannot get memory for the buffer errorFlag = ERR_LOW_MEM; // WLEDMM raise errorflag - USER_PRINTLN(F("MatrixPanel_I2S_DMA not started - not enough memory for leds bufer!")); + USER_PRINTLN(F("MatrixPanel_I2S_DMA not started - not enough memory for leds buffer!")); cleanup(); // free buffers, and deallocate pins _valid = false; USER_PRINT(F("heap usage: ")); USER_PRINTLN(int(lastHeap - ESP.getFreeHeap()));