mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Precommit fix
This commit is contained in:
parent
12ed850df0
commit
28c2f222e9
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ String processor(const String& var) {
|
||||||
break;
|
break;
|
||||||
case BLUE:
|
case BLUE:
|
||||||
case TEST_ALL_COLORS:
|
case TEST_ALL_COLORS:
|
||||||
content += "#2B35AF;"; // Blue in test mode
|
content += "#2B35AF;"; // Blue in test mode
|
||||||
break;
|
break;
|
||||||
case RED:
|
case RED:
|
||||||
content += "#A70107;";
|
content += "#A70107;";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue