We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7571a78 commit e87923eCopy full SHA for e87923e
src/settingsMenu/settingsMenu.cpp
@@ -48,7 +48,7 @@ void infoScreen(){
48
tft.fillScreen(TFT_BLACK);
49
tft.setTextColor(TFT_WHITE);
50
tft.drawString("OpenTime Watch OS",0,0,2);
51
- tft.drawString("Version : V 0.3.2",0,20,2);
+ tft.drawString("Version : V 0.3.3",0,20,2);
52
tft.drawString("CPU : ESP32-S3",0,40,2);
53
tft.drawString("PSRAM : 2MB",0,60,2);
54
tft.drawString("Flash : 4MB",0,80,2);
0 commit comments