From e6d838bc2b369ce5c1c7da748fefd40a54f3c197 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sat, 2 May 2020 17:25:04 +0200 Subject: [PATCH] RGB LED color fix --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c5ee155e..3d83ebce 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -233,7 +233,6 @@ void setup() { #ifdef HAS_RGB_LED switch_LED(LED_ON); strcat_P(features, " RGB"); - rgb_set_color(COLOR_PINK); #endif #endif // HAS_LED