Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dbce4f7

Browse files
authoredApr 9, 2024
PPP support
1 parent cd375f5 commit dbce4f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎configs/defconfig.esp32h2

Lines changed: 8 additions & 0 deletions
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)
Please sign in to comment.