Skip to content

Commit

Permalink
Updated version to 2.2.0 build 53.
Browse files Browse the repository at this point in the history
Fixed upgrade bug where the cell animation mode wouldn't be preserved.
  • Loading branch information
gbevin committed Jul 24, 2018
1 parent da8e953 commit 561e3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linnstrument-firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For any questions about this, contact Roger Linn Design at support@rogerlinndesi
/******************************************** CONSTANTS ******************************************/

const char* OSVersion = "220.";
const char* OSVersionBuild = ".052";
const char* OSVersionBuild = ".053";

// SPI addresses
#define SPI_LEDS 10 // Arduino pin for LED control over SPI
Expand Down
2 changes: 1 addition & 1 deletion ls_extstorage.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2003,7 +2003,7 @@ void copySplitSettingsV6(void* target, void* source) {
t->colorSequencerEmpty = s->colorSequencerEmpty;
t->colorSequencerEvent = s->colorSequencerEvent;
t->colorSequencerDisabled = s->colorSequencerDisabled;
t->playedTouchMode = playedSame;
t->playedTouchMode = s->playedTouchMode;
t->lowRowMode = s->lowRowMode;
t->lowRowCCXBehavior = s->lowRowCCXBehavior;
t->ccForLowRow = s->ccForLowRow;
Expand Down

0 comments on commit 561e3b6

Please sign in to comment.