Skip to content

Commit 125a21d

Browse files
committed
Comment
1 parent c934776 commit 125a21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/wled.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ WLED_GLOBAL bool wasConnected _INIT(false);
606606
// color
607607
WLED_GLOBAL byte lastRandomIndex _INIT(0); // used to save last random color so the new one is not the same
608608
WLED_GLOBAL std::vector<CRGBPalette16> customPalettes; // custom palettes
609-
WLED_GLOBAL uint8_t paletteBlend _INIT(0); // determines bending and wrapping of palette: 0: blend, wrap if moving (SEGMENT.speed>0); 1: blend, always wrap; 2: blend, never wrap; 3: don't blend or wrap
609+
WLED_GLOBAL uint8_t paletteBlend _INIT(0); // determines blending and wrapping of palette: 0: blend, wrap if moving (SEGMENT.speed>0); 1: blend, always wrap; 2: blend, never wrap; 3: don't blend or wrap
610610

611611
// transitions
612612
WLED_GLOBAL uint8_t blendingStyle _INIT(0); // effect blending/transitionig style

0 commit comments

Comments
 (0)