Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidNoi committed Sep 19, 2024
1 parent e3ec883 commit 74750ca
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 @@ -907,7 +907,7 @@ void bootLogo(){
display.fillScreen(BLACK);

display.setTextSize(2);
String BCVersion = "BadCard v1.6.1";
String BCVersion = "BadCard v1.6.2";

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

0 comments on commit 74750ca

Please sign in to comment.