Skip to content

Commit

Permalink
Preparing presets for selection with keyboard in dropdown.
Browse files Browse the repository at this point in the history
Selection with keyboard will be possible if bitfocus/companion#1541 is implemented.
  • Loading branch information
Gartom committed Apr 2, 2021
1 parent 5808ef9 commit b64011b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var SHUTTER = [

var PRESET = [];
for (var i = 0; i < 256; ++i) {
PRESET.push({ id: ('0' + i.toString(16)).substr(-2,2), label: 'Preset ' + i });
PRESET.push({ id: ('0' + i.toString(16)).substr(-2,2), label: i });
}

var SPEED = [
Expand Down

0 comments on commit b64011b

Please sign in to comment.