2023-03-28 20:51:21 +01:00
|
|
|
include("$(PORT_DIR)/boards/manifest.py")
|
|
|
|
|
2023-05-02 16:17:47 +01:00
|
|
|
# https://github.com/micropython/micropython-lib/blob/master/micropython/bundles/bundle-networking/manifest.py
|
|
|
|
require("bundle-networking")
|
|
|
|
require("umqtt.simple")
|
2023-05-03 17:51:48 +01:00
|
|
|
|
|
|
|
freeze("../../modules_py", "pimoroni.py")
|
|
|
|
freeze("../../modules_py", "boot.py")
|