Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit d321d57

Browse files
committed
Version update
1 parent 8003a5b commit d321d57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Envision/Envision.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void setup() {
3737

3838
lcd16x2.print("Envision - HfA");
3939
lcd16x2.setCursor(1 - 1, 2 - 1);
40-
lcd16x2.print("V.0.1.2 BETA");
40+
lcd16x2.print("V.0.1.3 BETA");
4141
Serial.print("Envision IDE\n");
4242
tone(9, 1760, 500);
4343
delay(500);
@@ -64,7 +64,7 @@ void loop() {
6464
lcd16x2.clear();
6565
lcd16x2.print("Envision - HfA");
6666
lcd16x2.setCursor(1 - 1, 2 - 1);
67-
lcd16x2.print("V.0.1.2 BETA");
67+
lcd16x2.print("V.0.1.3 BETA");
6868
// / LOG / // Serial.print("Log : reset\n");
6969
}
7070
}

0 commit comments

Comments
 (0)