Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuirkyCort committed Jan 29, 2024
1 parent 6b76e72 commit 96d1015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/ev3dev2_generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ var ev3dev2_generator = new function() {
} else if (dropdown_unit2 == 'SECONDS') {
var cmdStr = 'on_for_seconds';
var durationStr = value_duration;
} else if (dropdown_units2 == 'MILLISECONDS') {
} else if (dropdown_unit2 == 'MILLISECONDS') {
var cmdStr = 'on_for_seconds';
var durationStr = value_duration + ' / 1000';
}
Expand Down

0 comments on commit 96d1015

Please sign in to comment.