From c14c79f3ac5087580c99778e777956eadd939d5f Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Wed, 11 Aug 2021 08:24:33 +0200 Subject: [PATCH] Do not blink the left LED on start --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index d13282b..442d81e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -97,7 +97,7 @@ void setup() { // watchdog init shr16::shr16.Init(); - ml::leds.SetMode(4, ml::Color::green, ml::Mode::blink0); + ml::leds.SetMode(4, ml::Color::green, ml::Mode::on); ml::leds.Step(); // @@TODO if the shift register doesn't work we really can't signalize anything, only internal variables will be accessible if the UART works