From 5dd8f0a0b74ff0f43e6e661b559c2a048dc2f05d Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Wed, 17 Jan 2024 23:39:33 +0100 Subject: [PATCH] typo --- 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 b0ea62e87..822ff49db 100755 --- a/wled00/bus_manager.cpp +++ b/wled00/bus_manager.cpp @@ -619,7 +619,7 @@ uint32_t BusManager::memUsage(BusConfig &bc) { multiplier = 5; } #else //ESP32 RMT uses double buffer, I2S uses 5x buffer - if (type > 28) channels = 4; //RGBW + if (bc.type > 28) channels = 4; //RGBW multiplier = 2; #endif }