Skip to content

Commit f6b7b1e

Browse files
committed
2 parents c5ca01a + 55f6bb3 commit f6b7b1e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

esp32/modules/launcher.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import time
66
import esp
77
import appglue
8-
9-
version = "Gouden Ganzeveer"
8+
import version
109

1110
ugfx.init()
1211
ugfx.input_init()
@@ -29,7 +28,7 @@
2928
cursor_pos = line_end+5
3029
ugfx.line(cursor_pos, 46, cursor_pos, 66, ugfx.BLACK)
3130

32-
ugfx.string_box(148,110,148,18, version,"Roboto_Regular12",ugfx.BLACK, ugfx.justifyLeft)
31+
ugfx.string_box(148,110,148,18, version.name,"Roboto_Regular12",ugfx.BLACK, ugfx.justifyLeft)
3332
ugfx.flush()
3433
options = None
3534
install_path = None

esp32/modules/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
build = 0
2-
name = "Eenzame Eenhoorn"
1+
build = 1
2+
name = "Snorrende Snor"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy