Skip to content

Commit

Permalink
Bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Basov committed May 1, 2021
1 parent 7f6bb32 commit c0e478d
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(95, 7);
oled.print("V 0.5");
oled.print("V 0.6");
delay(4000);
//

Expand Down

0 comments on commit c0e478d

Please sign in to comment.