Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidNoi committed Sep 25, 2024
1 parent ca6f8fa commit 860dd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BadCard.ino
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ void bootLogo(){
display.fillScreen(BLACK);

display.setTextSize(2);
String BCVersion = "BadCard v1.6.3";
String BCVersion = "BadCard v1.7.0";

display.setCursor(display.width()/2-(BCVersion.length()/2)*letterWidth, display.height()/2 - 50);
display.println(BCVersion);
Expand Down

0 comments on commit 860dd90

Please sign in to comment.