Skip to content

Commit

Permalink
issue #128: arp bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mebitek committed Jun 13, 2024
1 parent 4a67797 commit 43c5bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/sequencer/ui/pages/ArpSequenceEditPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ void ArpSequenceEditPage::updateLeds(Leds &leds) {
leds.mask(index);
}

for (int i : {4, 5, 6, 15}) {
for (int i : {15}) {
int index = MatrixMap::fromStep(i);
leds.unmask(index);
leds.set(index, false, true);
Expand Down

0 comments on commit 43c5bad

Please sign in to comment.