2023-03-28 19:51:21 +00:00
|
|
|
include("$(PORT_DIR)/boards/manifest.py")
|
2023-01-16 11:23:45 +00:00
|
|
|
|
2023-05-02 15:17:47 +00:00
|
|
|
# https://github.com/micropython/micropython-lib/blob/master/micropython/bundles/bundle-networking/manifest.py
|
|
|
|
require("bundle-networking")
|
2023-01-16 11:23:45 +00:00
|
|
|
require("urllib.urequest")
|
2023-05-03 16:51:48 +00:00
|
|
|
require("umqtt.simple")
|
|
|
|
|
2023-06-15 10:15:35 +00:00
|
|
|
# Bluetooth
|
|
|
|
require("aioble")
|
|
|
|
|
2023-05-03 16:51:48 +00:00
|
|
|
freeze("../../modules_py", "pimoroni.py")
|
|
|
|
freeze("../../modules_py", "boot.py")
|