Skip to content

Commit e87923e

Browse files
authored
Update settingsMenu.cpp
1 parent 7571a78 commit e87923e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settingsMenu/settingsMenu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void infoScreen(){
4848
tft.fillScreen(TFT_BLACK);
4949
tft.setTextColor(TFT_WHITE);
5050
tft.drawString("OpenTime Watch OS",0,0,2);
51-
tft.drawString("Version : V 0.3.2",0,20,2);
51+
tft.drawString("Version : V 0.3.3",0,20,2);
5252
tft.drawString("CPU : ESP32-S3",0,40,2);
5353
tft.drawString("PSRAM : 2MB",0,60,2);
5454
tft.drawString("Flash : 4MB",0,80,2);

0 commit comments

Comments
 (0)