Skip to content

Commit

Permalink
Update manifest.py to add simple_tildagon
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaman authored and thinkl33t committed Jun 2, 2024
1 parent 15bf0a8 commit a3ec6e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tildagon/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def freeze_images(path, generated_dir):
freeze("$(MPY_DIR)/../modules/lib", "typing.py")
freeze("$(MPY_DIR)/../modules/lib", "typing_extensions.py")
freeze("$(MPY_DIR)/../modules/lib", "shutil.py")
freeze("$(MPY_DIR)/../modules/lib", "simple_tildagon.py")
#freeze("$(MPY_DIR)/../micropython-lib/python-ecosys/urequests", "urequests.py")
#freeze("$(MPY_DIR)/../micropython-lib/micropython/upysh", "upysh.py")
#freeze("$(MPY_DIR)/../micropython-lib/python-stdlib/functools", "functools.py")
Expand All @@ -55,4 +56,4 @@ def freeze_images(path, generated_dir):
require("aioble")
require("aiorepl")
require("gzip")
require("tarfile")
require("tarfile")

0 comments on commit a3ec6e0

Please sign in to comment.