RGB LED color fix

This commit is contained in:
Klaus K Wilting 2020-05-02 17:25:04 +02:00
parent f91b3fa016
commit e6d838bc2b

View File

@ -233,7 +233,6 @@ void setup() {
#ifdef HAS_RGB_LED #ifdef HAS_RGB_LED
switch_LED(LED_ON); switch_LED(LED_ON);
strcat_P(features, " RGB"); strcat_P(features, " RGB");
rgb_set_color(COLOR_PINK);
#endif #endif
#endif // HAS_LED #endif // HAS_LED