When handling the `led.brightness` command, we forgot to break out of the switch statement, thus executing the `setall` branch too. This resulted in very slow operations, because we had to wait for a read to timeout. Adding a break fixes all that. Signed-off-by: Gergely Nagy <algernon@keyboard.io>pull/796/head
parent
b1356900a1
commit
794f0e26e0
Loading…
Reference in new issue