Skip to content

Commit b48ee31

Browse files
committed
change version to 0.5
1 parent f599533 commit b48ee31

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Views/M5DeviceView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void M5DeviceView::logo() {
2929
M5.Lcd.setTextSize(1.6);
3030
M5.Lcd.setCursor(43, 80);
3131
M5.Lcd.setTextColor(TEXT_COLOR);
32-
M5.Lcd.printf("Version 0.4 - Geo");
32+
M5.Lcd.printf("Version 0.5 - Geo");
3333

3434
delay(3000);
3535
}

src/Views/SerialTerminalView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void SerialTerminalView::welcome(TerminalTypeEnum& terminalType, std::string& te
1616
Serial.println(" | |_) | |_| \\__ \\ | |_) | | | | (_| | || __/");
1717
Serial.println(" |____/ \\__,_|___/ | .__/|_|_| \\__,_|\\__\\___|");
1818
Serial.println(" |_| ");
19-
Serial.println(" Version 0.4 Ready to board");
19+
Serial.println(" Version 0.5 Ready to board");
2020
Serial.println("");
2121
Serial.println(" Type 'mode' to start or 'help' for commands");
2222
Serial.println("");

src/Views/TembedDeviceView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void TembedDeviceView::logo() {
4949

5050
// Sub
5151
tft.setTextColor(TFT_WHITE, DARK_GREY_RECT);
52-
drawCenterText("Version 0.4 - Geo", 100, 1.9);
52+
drawCenterText("Version 0.5 - Geo", 100, 1.9);
5353

5454
delay(3000);
5555
}

webui/scripts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ window.addEventListener("DOMContentLoaded", function () {
126126
| |_) | |_| \\__ \\ | |_) | | | | (_| | || __/
127127
|____/ \\__,_|___/ | .__/|_|_| \\__,_|\\__\\___|
128128
|_|
129-
Version 0.4 Ready to board
129+
Version 0.5 Ready to board
130130

131131
Type 'mode' to start or 'help' for commands
132132

0 commit comments

Comments
 (0)