Skip to content

Commit

Permalink
digital_idle: allow values 1-100, with 0.5 step
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleiner committed Dec 14, 2023
1 parent 8e4b48b commit 7dfbd39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/panel/Motor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
class="input"
id="digital-idle"
type="number"
step="0.1"
step="0.5"
min="0"
max="1"
max="100"
v-model.number="profile.motor.digital_idle"
/>
</div>
Expand Down

0 comments on commit 7dfbd39

Please sign in to comment.