Rename boot.py to main.py

boot.py gets written by MicroPython after formatting the internal
data partition, so it's safer to avoid conflicts.
This commit is contained in:
Thomas Farstrike
2025-11-23 14:56:25 +01:00
parent e77d8ec7da
commit f16e04e469
2 changed files with 0 additions and 3 deletions
-3
View File
@@ -1,3 +0,0 @@
freeze('../internal_filesystem/', 'boot_unix.py') # Hardware initialization
freeze('../internal_filesystem/lib', '') # Additional libraries
freeze('../freezeFS/', 'freezefs_mount_builtin.py') # Built-in apps