l'erreur doit etre rouge
This commit is contained in:
parent
57865e5868
commit
bb900f825a
@ -234,7 +234,7 @@ void ledError()
|
||||
if ((i % 2) == 0) {
|
||||
leds[i] = CRGB::Black;
|
||||
} else {
|
||||
leds[i] = color;
|
||||
leds[i] = CRGB::Red;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user