mirror of
https://github.com/danbee/unicorn
synced 2026-06-20 22:52:22 +00:00
16 lines
477 B
Python
16 lines
477 B
Python
# https://github.com/micropython/micropython-lib/blob/master/micropython/bundles/bundle-networking/manifest.py
|
|
require("bundle-networking")
|
|
require("urllib.urequest")
|
|
require("umqtt.simple")
|
|
|
|
# SD Card
|
|
require("sdcard")
|
|
|
|
# Bluetooth
|
|
require("aioble")
|
|
|
|
freeze("../../pimoroni-pico/micropython/modules_py", "pimoroni.py")
|
|
freeze("../../pimoroni-pico/micropython/modules_py", "boot.py")
|
|
freeze("../../pimoroni-pico/micropython/modules_py", "lte.py")
|
|
|
|
freeze("../modules/wireless") |