mirror of
https://github.com/wled/WLED.git
synced 2025-07-17 15:56:31 +00:00
typo
This commit is contained in:
parent
3a0d8069b6
commit
5dd8f0a0b7
@ -619,7 +619,7 @@ uint32_t BusManager::memUsage(BusConfig &bc) {
|
|||||||
multiplier = 5;
|
multiplier = 5;
|
||||||
}
|
}
|
||||||
#else //ESP32 RMT uses double buffer, I2S uses 5x buffer
|
#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;
|
multiplier = 2;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user