Skip to content

Commit

Permalink
Fixing mistake in matrix code
Browse files Browse the repository at this point in the history
  • Loading branch information
witnessmenow committed May 6, 2024
1 parent 5d17c4d commit f60d888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion F1-Notifications/matrixDisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class MatrixDisplay : public F1Display
void displayPlaceHolder(const char *raceName, JsonObject races_sessions)
{

const char *raceNameChanged = updateRaceName(raceName);
const char *raceNameChanged = convertRaceName(raceName);

// Not yet race week
dma_display->fillScreen(myBLACK);
Expand Down

0 comments on commit f60d888

Please sign in to comment.