Skip to content

Commit

Permalink
Bump version to v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Basov (NeedleFile) committed Mar 16, 2022
1 parent 37748ad commit 842a0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PETCTL.ino
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void setup() {
oled.println("PETCTL");
oled.setScale(1);
oled.setCursor(20, 7);
oled.print("mvb V 0.10");
oled.print("mvb V 0.11");
delay(3000);

oled.clear();
Expand Down

0 comments on commit 842a0b9

Please sign in to comment.