main: show a color in safe mode
This commit is contained in:
parent
7f134300ea
commit
b33885e9f5
@ -441,6 +441,7 @@ void setup() {
|
||||
FastLED.show();
|
||||
} else if (Platform::bootopts.isSetup) {
|
||||
Log.notice(u8"🔧 Starting Figment in configuration mode...");
|
||||
FastLED.showColor(CRGB(0, 5, 0));
|
||||
//runner = &configApp;
|
||||
} else {
|
||||
Log.notice(u8"🌌 Starting Figment...");
|
||||
|
Loading…
Reference in New Issue
Block a user