Skip to content

Commit

Permalink
Bump version to v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Basov committed Jun 6, 2021
1 parent 837f6a9 commit fe275d5
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 @@ -123,7 +123,7 @@ void setup() {
oled.println("PETCTL");
oled.setScale(1);
oled.setCursor(20, 7);
oled.print("mvb V 0.8b");
oled.print("mvb V 0.8");
delay(3000);

oled.clear();
Expand Down

0 comments on commit fe275d5

Please sign in to comment.