mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps] Change color of LED in power on self test: blue is too easily
confused with white
This commit is contained in:
committed by
RubenNumworks
parent
4e96a11a4c
commit
053fb935e3
@@ -20,7 +20,7 @@ KDColor PowerOnSelfTest::Perform() {
|
||||
resultColor = KDColorRed;
|
||||
}
|
||||
} else {
|
||||
resultColor = KDColorBlue;
|
||||
resultColor = KDColorPurple;
|
||||
}
|
||||
Ion::LED::setColor(resultColor);
|
||||
return previousLEDColor;
|
||||
|
||||
Reference in New Issue
Block a user