From 01ead760d738f456c0438ab39be7abb96cf105e6 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Wed, 14 Jan 2026 00:39:51 +0100 Subject: [PATCH] Tweak about app --- .../builtin/apps/com.micropythonos.about/assets/about.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal_filesystem/builtin/apps/com.micropythonos.about/assets/about.py b/internal_filesystem/builtin/apps/com.micropythonos.about/assets/about.py index 5a632283..a92d38c2 100644 --- a/internal_filesystem/builtin/apps/com.micropythonos.about/assets/about.py +++ b/internal_filesystem/builtin/apps/com.micropythonos.about/assets/about.py @@ -16,9 +16,9 @@ class About(Activity): focusgroup.add_obj(screen) label0 = lv.label(screen) - label0.set_text(f"Hardware ID: {mpos.info.get_hardware_id()}") + label0.set_text(f"MicroPythonOS version: {mpos.info.CURRENT_OS_VERSION}") label1 = lv.label(screen) - label1.set_text(f"MicroPythonOS version: {mpos.info.CURRENT_OS_VERSION}") + label1.set_text(f"Hardware ID: {mpos.info.get_hardware_id()}") label2 = lv.label(screen) label2.set_text(f"sys.version: {sys.version}") label3 = lv.label(screen) @@ -103,7 +103,7 @@ class About(Activity): # but they will not be able to install libraries into /lib. print("main.py: WARNING: could not import/run freezefs_mount_builtin: ", e) label11 = lv.label(screen) - label11.set_text(f"freezefs_mount_builtin exception (normal on dev builds): {e}") + label11.set_text(f"freezefs_mount_builtin exception (normal if internal storage partition has overriding /builtin folder): {e}") # Disk usage: import os try: