Skip to content

Commit

Permalink
Add author nick to start screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Basov committed May 12, 2021
1 parent 5cb5939 commit 120b819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PETCTL.ino
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ void setup() {
oled.setCursor(13, 2);
oled.println("PETCTL");
oled.setScale(1);
oled.setCursor(60, 7);
oled.print("V 0.7(b)");
oled.setCursor(20, 7);
oled.print("mvb V 0.7(b)");
delay(4000);
//

Expand Down

0 comments on commit 120b819

Please sign in to comment.