Skip to content

Commit

Permalink
Fix corrupted text in selection 3 of the profiles submenu
Browse files Browse the repository at this point in the history
yes, I really did forget a break.
  • Loading branch information
SeongGino authored Jul 4, 2024
1 parent 9bc5323 commit 82a15d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SamcoEnhanced/SamcoDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ void ExtDisplay::PauseProfileUpdate(uint8_t selection, char name1[16], char name
display->setTextColor(WHITE, BLACK);
display->setCursor(4, 47);
display->println(name4);
break;
case 3:
display->setTextColor(WHITE, BLACK);
display->setCursor(4, 25);
Expand Down

0 comments on commit 82a15d6

Please sign in to comment.