Skip to content

Commit

Permalink
Fixed no map reset
Browse files Browse the repository at this point in the history
  • Loading branch information
troyhacks committed Sep 16, 2024
1 parent 7499df0 commit 04b00e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/FX_fcn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2576,8 +2576,8 @@ bool WS2812FX::deserializeMap(uint8_t n) {
resetSegments(true); //WLEDMM not makeAutoSegments() as we only want to change bounds
}
else
#endif
setUpMatrix(); //reset segment sizes to panels
#endif
}

USER_PRINTF("deserializeMap %d x %d\n", Segment::maxWidth, Segment::maxHeight);
Expand Down

0 comments on commit 04b00e3

Please sign in to comment.