From a9107a5ca82cfcae02e7524cde7d9b9a1c7dadc5 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 17 Sep 2024 15:37:19 +0100 Subject: [PATCH] PPP: Enable PPP. --- .../board/PIMORONI_PICO_PLUS2/mpconfigvariant_WIRELESS.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/micropython/board/PIMORONI_PICO_PLUS2/mpconfigvariant_WIRELESS.cmake b/micropython/board/PIMORONI_PICO_PLUS2/mpconfigvariant_WIRELESS.cmake index f2f4dac..9d300ad 100644 --- a/micropython/board/PIMORONI_PICO_PLUS2/mpconfigvariant_WIRELESS.cmake +++ b/micropython/board/PIMORONI_PICO_PLUS2/mpconfigvariant_WIRELESS.cmake @@ -4,6 +4,7 @@ list(APPEND MICROPY_DEF_BOARD "MICROPY_HW_BOARD_NAME=\"Pimoroni Pico Plus 2 (Wireless + PSRAM)\"" "MICROPY_HW_ENABLE_PSRAM=1" "MICROPY_PY_NETWORK=1" + "MICROPY_PY_NETWORK_PPP_LWIP=1" ) # Links micropy_lib_lwip and sets MICROPY_PY_LWIP = 1