Skip to content

Commit 10d1098

Browse files
Fix comment
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e2fd155 commit 10d1098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/FX_fcn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ void WS2812FX::show() {
16151615
uint8_t newBri = estimateCurrentAndLimitBri(_brightness, _pixels);
16161616
if (newBri != _brightness) BusManager::setBrightness(newBri);
16171617

1618-
// paint actuall pixels
1618+
// paint actual pixels
16191619
int oldCCT = Bus::getCCT(); // store original CCT value (since it is global)
16201620
// when cctFromRgb is true we implicitly calculate WW and CW from RGB values (cct==-1)
16211621
if (cctFromRgb) BusManager::setSegmentCCT(-1);

0 commit comments

Comments
 (0)