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 7235216 commit 715c428Copy full SHA for 715c428
internal_filesystem/main.py
@@ -5,6 +5,6 @@
5
import sys
6
sys.path.insert(0, 'lib')
7
8
-print("Passing execution over to MicroPythonOS's main.py")
+print("Passing execution over to mpos.main")
9
import mpos.main
10
manifests/manifest.py
@@ -1,3 +1,3 @@
1
-freeze('../internal_filesystem/', 'boot.py') # Hardware initialization
+freeze('../internal_filesystem/', 'main.py') # Hardware initialization
2
freeze('../internal_filesystem/lib', '') # Additional libraries
3
freeze('../freezeFS/', 'freezefs_mount_builtin.py') # Built-in apps
0 commit comments