You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
main.py: clarify output and add to manifest.py
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
import sys
|
||||
sys.path.insert(0, 'lib')
|
||||
|
||||
print("Passing execution over to MicroPythonOS's main.py")
|
||||
print("Passing execution over to mpos.main")
|
||||
import mpos.main
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
freeze('../internal_filesystem/', 'boot.py') # Hardware initialization
|
||||
freeze('../internal_filesystem/', 'main.py') # Hardware initialization
|
||||
freeze('../internal_filesystem/lib', '') # Additional libraries
|
||||
freeze('../freezeFS/', 'freezefs_mount_builtin.py') # Built-in apps
|
||||
|
||||
Reference in New Issue
Block a user