Skip to content

Commit 58e91af

Browse files
authored
PPP modem support
1 parent 5135f18 commit 58e91af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

configs/defconfig.esp32h2

+8
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,11 @@ CONFIG_BT_LOG_BLUFI_TRACE_LEVEL_NONE=y
4242
CONFIG_RTC_CLK_CAL_CYCLES=576
4343
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set
4444
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
45+
46+
#
47+
# PPP
48+
#
49+
CONFIG_LWIP_PPP_SUPPORT=y
50+
CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
51+
CONFIG_LWIP_PPP_PAP_SUPPORT=y
52+
CONFIG_LWIP_PPP_ENABLE_IPV6=n

0 commit comments

Comments
 (0)