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.)
10 lines
186 B
Python
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") |