diff --git a/src/main.cpp b/src/main.cpp index d36ae14..e1735f4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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...");