pimoroni-pico-rp2350/micropython/board/PIMORONI_PLASMA2350/manifest.py
Phil Howard 98ff22ccfa PPP/Plasma: Simplify config.
Since both PPP2 or Plasma2350 have a SP/CE connector, enable WiFi in all cases.

Additionally enable PPP in all cases.

Finally, drop the non-PSRAM build. (TBC if it returns, since it's less RAM but faster.)
2025-01-14 14:07:36 +00:00

10 lines
186 B
Python

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