Do not blink the left LED on start

pull/80/head
D.R.racer 2021-08-11 08:24:33 +02:00 committed by DRracer
parent 2053729a75
commit c14c79f3ac
1 changed files with 1 additions and 1 deletions

View File

@ -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