Skip to content

Commit

Permalink
dancing banana
Browse files Browse the repository at this point in the history
  • Loading branch information
having11 committed Nov 23, 2024
1 parent b1c0396 commit fa90ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/subsystems/LedSubsystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ void LedSubsystem::showFace(EyePattern pattern) {
ColorConstants::kOrange);
break;
case EyePattern::BadApple:
m_connectorX.SetImageSequence("lower-matrix", "bad-apple_16x16",
m_connectorX.SetImageSequence("lower-matrix", "banana_16x16",
ColorConstants::kOrange);
break;
}
Expand Down

0 comments on commit fa90ae6

Please sign in to comment.