We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0f12e7 + 1da2692 commit 474a995Copy full SHA for 474a995
wled00/json.cpp
@@ -51,6 +51,9 @@ namespace {
51
if (a.custom1 != b.custom1) d |= SEG_DIFFERS_FX;
52
if (a.custom2 != b.custom2) d |= SEG_DIFFERS_FX;
53
if (a.custom3 != b.custom3) d |= SEG_DIFFERS_FX;
54
+ if (a.check1 != b.check1) d |= SEG_DIFFERS_FX;
55
+ if (a.check2 != b.check2) d |= SEG_DIFFERS_FX;
56
+ if (a.check3 != b.check3) d |= SEG_DIFFERS_FX;
57
if (a.startY != b.startY) d |= SEG_DIFFERS_BOUNDS;
58
if (a.stopY != b.stopY) d |= SEG_DIFFERS_BOUNDS;
59
0 commit comments