Compiled boot.py and main.py work using symlinks

This commit is contained in:
Thomas Farstrike
2025-04-29 13:10:38 +02:00
parent f35cf77de5
commit 9a6db7da90
3 changed files with 5 additions and 3 deletions
-1
View File
@@ -4,7 +4,6 @@ import lcd_bus
import machine
import cst816s
import i2c
import urequests
import lvgl as lv
import task_handler
+3
View File
@@ -1,3 +1,6 @@
import lvgl as lv
import task_handler
# Constants
CURRENT_VERSION = "0.0.1"
TFT_HOR_RES=320
+2 -2
View File
@@ -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')