pimoroni-pico-rp2350/micropython/board/PIMORONI_PICO_PLUS2/manifest.py
Phil Howard 222331ef44 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.)
2024-11-21 17:45:45 +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")