Remove references to RGB

This commit is contained in:
Daniel Öster 2025-01-08 19:26:34 +02:00
parent 949bfb172a
commit b75275e716
2 changed files with 1 additions and 2 deletions

View file

@ -823,7 +823,6 @@ String processor(const String& var) {
content += "#F5CC00;";
break;
case led_color::BLUE:
case led_color::RGB:
content += "#2B35AF;"; // Blue in test mode
break;
case led_color::RED: