main: show a color in safe mode

This commit is contained in:
Torrie Fischer 2023-02-18 16:32:48 +01:00
parent 7f134300ea
commit b33885e9f5

View File

@ -441,6 +441,7 @@ void setup() {
FastLED.show(); FastLED.show();
} else if (Platform::bootopts.isSetup) { } else if (Platform::bootopts.isSetup) {
Log.notice(u8"🔧 Starting Figment in configuration mode..."); Log.notice(u8"🔧 Starting Figment in configuration mode...");
FastLED.showColor(CRGB(0, 5, 0));
//runner = &configApp; //runner = &configApp;
} else { } else {
Log.notice(u8"🌌 Starting Figment..."); Log.notice(u8"🌌 Starting Figment...");