pimoroni-pico-rp2350/micropython/board/PIMORONI_PICO_PLUS2/manifest-wireless.py
Phil Howard de876b19ab PPP: Add CYW43 wireless.
If we're bringing in lwip and networking, this variant might as well
support CYW43.
2025-01-14 14:07:36 +00:00

8 lines
134 B
Python

require("bundle-networking")
# Bluetooth
require("aioble")
include("manifest.py")
freeze("$(BOARD_DIR)/../../modules_py", "lte.py")