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 9048be4 commit 3c28289Copy full SHA for 3c28289
internal_filesystem/builtin/apps/com.micropythonos.about/assets/about.py
@@ -51,6 +51,7 @@ def onCreate(self):
51
except Exception as e:
52
print(f"Additional board info got exception: {e}")
53
try:
54
+ print("Trying to find out freezefs info, this only works on production builds...") # dev builds already have the /builtin folder
55
import freezefs_mount_builtin
56
label11 = lv.label(screen)
57
label11.set_text(f"freezefs_mount_builtin.date_frozen: {freezefs_mount_builtin.date_frozen}")
0 commit comments