🦠 Fixes the servo switch actions

This commit is contained in:
Rune Harlyk
2025-01-07 09:27:28 +01:00
committed by Rune Harlyk
parent d83dd0badb
commit 1caa0ff96e
@@ -63,7 +63,7 @@
type="checkbox" type="checkbox"
class="toggle" class="toggle"
bind:checked={active} bind:checked={active}
on:change={active ? deactivateServo : activateServo} on:change={active ? activateServo : deactivateServo}
/> />
</span> </span>
</div> </div>