Fix comment

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Blaž Kristan 2025-06-24 11:08:10 +02:00 committed by GitHub
parent e2fd1559d2
commit 10d1098403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1615,7 +1615,7 @@ void WS2812FX::show() {
uint8_t newBri = estimateCurrentAndLimitBri(_brightness, _pixels);
if (newBri != _brightness) BusManager::setBrightness(newBri);
// paint actuall pixels
// paint actual pixels
int oldCCT = Bus::getCCT(); // store original CCT value (since it is global)
// when cctFromRgb is true we implicitly calculate WW and CW from RGB values (cct==-1)
if (cctFromRgb) BusManager::setSegmentCCT(-1);