Skip to content

Commit 3c28289

Browse files
Add debug output
1 parent 9048be4 commit 3c28289

File tree

1 file changed

+1
-0
lines changed
  • internal_filesystem/builtin/apps/com.micropythonos.about/assets

1 file changed

+1
-0
lines changed

internal_filesystem/builtin/apps/com.micropythonos.about/assets/about.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def onCreate(self):
5151
except Exception as e:
5252
print(f"Additional board info got exception: {e}")
5353
try:
54+
print("Trying to find out freezefs info, this only works on production builds...") # dev builds already have the /builtin folder
5455
import freezefs_mount_builtin
5556
label11 = lv.label(screen)
5657
label11.set_text(f"freezefs_mount_builtin.date_frozen: {freezefs_mount_builtin.date_frozen}")

0 commit comments

Comments
 (0)