pimoroni-pico/micropython/board/PICO_W_ENVIRO/manifest.py

9 lines
288 B
Python
Raw Normal View History

include("$(PORT_DIR)/boards/manifest.py")
# https://github.com/micropython/micropython-lib/blob/master/micropython/bundles/bundle-networking/manifest.py
require("bundle-networking")
require("umqtt.simple")
freeze("../../modules_py", "pimoroni.py")
freeze("../../modules_py", "boot.py")