Skip to content
Snippets Groups Projects

mpy: add modules needed for tar.gz files

Merged schneider requested to merge schneider/targz into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
include("vendor/ports/esp32/boards")
include("vendor/lib/micropython-lib/python-stdlib/os-path")
include("vendor/lib/micropython-lib/python-stdlib/stat")
include("vendor/lib/micropython-lib/python-stdlib/gzip")
include("vendor/lib/micropython-lib/micropython/utarfile")
include("frozen")
Loading