mirror of
https://github.com/wled/WLED.git
synced 2025-07-15 23:06:36 +00:00
typo
This commit is contained in:
parent
3a0d8069b6
commit
5dd8f0a0b7
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user