Skip to content

Commit

Permalink
Minor cleanup before patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
AronHetLam committed Apr 2, 2021
1 parent 7b33888 commit ea23fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ATEM_tally_light/ATEM_tally_light.ino
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#define LED_ORANGE 7

//Map "old" LED colors to CRGB colors
CRGB color_led[8] = {CRGB::Black, CRGB::Red, CRGB::Lime, CRGB::Blue, CRGB::Yellow, CRGB::Fuchsia, CRGB::White, CRGB::Orange};
CRGB color_led[8] = { CRGB::Black, CRGB::Red, CRGB::Lime, CRGB::Blue, CRGB::Yellow, CRGB::Fuchsia, CRGB::White, CRGB::Orange };

//Define states
#define STATE_STARTING 0
Expand Down
2 changes: 1 addition & 1 deletion ATEM_tally_test_server/ATEM_tally_test_server.ino
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ void loop() {
tallyServer.resetTallyFlags();
}
break;

default:
break;
}
Expand Down

0 comments on commit ea23fa9

Please sign in to comment.