Skip to content

Commit

Permalink
Traktor S3: remove extra parameter in timer call
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Jan 4, 2024
1 parent ee1263b commit 14797e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Traktor-Kontrol-S3-hid-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ TraktorS3.Deck = class {
if (this.syncPressedTimer !== 0) {
this.syncPressedTimer = 0;
}
}, this, true);
}, true);

// Light corresponding LED when button is pressed
this.colorOutput(1, "sync_enabled");
Expand Down

0 comments on commit 14797e6

Please sign in to comment.