Skip to content

Commit

Permalink
freeze properly
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed May 27, 2024
1 parent 6b486bb commit 7c59c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tulip/esp32s3/boards/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
require("umqtt.robust")
require("umqtt.simple")

freeze("$(MPY_DIR)/../tulip/shared/py")
freeze("$(PORT_DIR)/../shared/py")
freeze("$(MPY_DIR)/../amy", "amy.py")
freeze("$(MPY_DIR)/../amy", "juno.py")
#freeze("$(MPY_DIR)/lib/micropython-lib/micropython/utarfile", "utarfile.py")

0 comments on commit 7c59c46

Please sign in to comment.