Skip to content

Commit

Permalink
Merge pull request #74 from Mdashdotdashn/FixAnnularDisplayWhenRecove…
Browse files Browse the repository at this point in the history
…ringData

Fix a display bug when Annular Fusion is saved in the eeprom
  • Loading branch information
Chysn committed Sep 2, 2020
2 parents 41361bd + 8a27ea2 commit ecfce80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions software/o_c_REV/HEM_AnnularFusion.ino
Expand Up @@ -113,6 +113,8 @@ public:
beats[0] = Unpack(data, PackLocation {4,4}) + 1;
length[1] = Unpack(data, PackLocation {8,4}) + 1;
beats[1] = Unpack(data, PackLocation {12,4}) + 1;
SetDisplayPositions(0, 24);
SetDisplayPositions(1, 16);
}

protected:
Expand Down

0 comments on commit ecfce80

Please sign in to comment.