File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1373,9 +1373,9 @@ uint8_t Segment::differs(Segment& b) const {
13731373 if (custom1 != b.custom1 ) d |= SEG_DIFFERS_FX;
13741374 if (custom2 != b.custom2 ) d |= SEG_DIFFERS_FX;
13751375 if (custom3 != b.custom3 ) d |= SEG_DIFFERS_FX;
1376- if (a. check1 != b.check1 ) d |= SEG_DIFFERS_FX;
1377- if (a. check2 != b.check2 ) d |= SEG_DIFFERS_FX;
1378- if (a. check3 != b.check3 ) d |= SEG_DIFFERS_FX;
1376+ if (check1 != b.check1 ) d |= SEG_DIFFERS_FX;
1377+ if (check2 != b.check2 ) d |= SEG_DIFFERS_FX;
1378+ if (check3 != b.check3 ) d |= SEG_DIFFERS_FX;
13791379 if (startY != b.startY ) d |= SEG_DIFFERS_BOUNDS;
13801380 if (stopY != b.stopY ) d |= SEG_DIFFERS_BOUNDS;
13811381
Original file line number Diff line number Diff line change 77 */
88
99// version code in format yymmddb (b = daily build)
10- #define VERSION 2512171
10+ #define VERSION 2512291
1111
1212// WLEDMM - you can check for this define in usermods, to only enabled WLEDMM specific code in the "right" fork. Its not defined in AC WLED.
1313#define _MoonModules_WLED_
You can’t perform that action at this time.
0 commit comments