Skip to content

Commit 4b1583a

Browse files
authored
Disable PPP modem support
Tasmota safeboot firmware is too big
1 parent f7513e7 commit 4b1583a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configs/defconfig.esp32c6

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
5656
#
5757
# PPP
5858
#
59-
CONFIG_LWIP_PPP_SUPPORT=y
60-
CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
61-
CONFIG_LWIP_PPP_PAP_SUPPORT=y
62-
CONFIG_LWIP_PPP_ENABLE_IPV6=n
59+
# CONFIG_LWIP_PPP_SUPPORT=y
60+
# CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
61+
# CONFIG_LWIP_PPP_PAP_SUPPORT=y
62+
# CONFIG_LWIP_PPP_ENABLE_IPV6=n

0 commit comments

Comments
 (0)