From b33885e9f5764b17970b9b968042187e9a3afa1f Mon Sep 17 00:00:00 2001 From: Torrie Fischer Date: Sat, 18 Feb 2023 16:32:48 +0100 Subject: [PATCH] main: show a color in safe mode --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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...");