You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Compiled boot.py and main.py work using symlinks
This commit is contained in:
@@ -4,7 +4,6 @@ import lcd_bus
|
||||
import machine
|
||||
import cst816s
|
||||
import i2c
|
||||
import urequests
|
||||
|
||||
import lvgl as lv
|
||||
import task_handler
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
import lvgl as lv
|
||||
import task_handler
|
||||
|
||||
# Constants
|
||||
CURRENT_VERSION = "0.0.1"
|
||||
TFT_HOR_RES=320
|
||||
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
freeze('', 'include_in_build.py')
|
||||
freeze('', 'internal_filesystem/boot.py', 'boot.py')
|
||||
freeze('', 'internal_filesystem/main.py', 'main.py')
|
||||
freeze('', 'boot.py')
|
||||
freeze('', 'main.py')
|
||||
|
||||
Reference in New Issue
Block a user