mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Remove references to RGB
This commit is contained in:
parent
949bfb172a
commit
b75275e716
2 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue