Move to internal_filesystem

This commit is contained in:
Thomas Farstrike
2025-04-25 15:08:49 +02:00
parent d0044b434e
commit a7703a84a7
31 changed files with 4 additions and 0 deletions
+4
View File
@@ -1,5 +1,7 @@
pkill -f "python.*mpremote"
pushd internal_filesystem/
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp boot.py :/boot.py
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp main.py :/main.py
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp autostart.py :/autostart.py
@@ -8,4 +10,6 @@ pkill -f "python.*mpremote"
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r lib :/
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r resources :/
popd
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py reset

Some files were not shown because too many files have changed in this diff Show More