mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +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;
|
||||
case BLUE:
|
||||
case TEST_ALL_COLORS:
|
||||
content += "#2B35AF;"; // Blue in test mode
|
||||
content += "#2B35AF;"; // Blue in test mode
|
||||
break;
|
||||
case RED:
|
||||
content += "#A70107;";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue