mirror of
https://github.com/pelgraine/Meck.git
synced 2026-05-01 11:02:31 +02:00
The current logic only works for active high LEDs. Some boards need an active low level control and therefore they set LED_STATE_ON to 0. Take this into account and use the correct LED pattern for both cases. Signed-off-by: Frieder Schrempf <frieder@fris.de>