Do not blink the left LED on start
parent
2053729a75
commit
c14c79f3ac
|
|
@ -97,7 +97,7 @@ void setup() {
|
||||||
// watchdog init
|
// watchdog init
|
||||||
|
|
||||||
shr16::shr16.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();
|
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
|
// @@TODO if the shift register doesn't work we really can't signalize anything, only internal variables will be accessible if the UART works
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue