🧮 Updates min pwm value

This commit is contained in:
Rune Harlyk
2025-01-17 09:21:56 +01:00
parent 1174fa4e12
commit 6ae44241d5
@@ -44,7 +44,7 @@
{pwm}
<input
type="range"
min="120"
min="80"
max="600"
bind:value={pwm}
on:input={updatePWM}