pimoroni-pico-rp2350/micropython/board/PIMORONI_PICO_PLUS2/manifest-wireless.py
Phil Howard b48e6a7e77 PPP: Add CYW43 wireless.
If we're bringing in lwip and networking, this variant might as well
support CYW43.
2024-11-21 17:45:45 +00:00

8 lines
134 B
Python

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