pimoroni-pico-rp2350/micropython/board/PIMORONI_PICO_PLUS2/manifest-wireless.py
Phil Howard 544f1cae8c PPP: Add CYW43 wireless.
If we're bringing in lwip and networking, this variant might as well
support CYW43.
2024-09-17 13:26:41 +01:00

8 lines
134 B
Python

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