mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
bugfix/netif_loopback_default_to_true: Added netif loopback to true in sdkconfig.defaults of http_server & provisioning
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
CONFIG_LWIP_NETIF_LOOPBACK=y
|
||||
CONFIG_LWIP_LOOPBACK_MAX_PBUFS=1
|
@ -0,0 +1,2 @@
|
||||
CONFIG_LWIP_NETIF_LOOPBACK=y
|
||||
CONFIG_LWIP_LOOPBACK_MAX_PBUFS=1
|
2
examples/protocols/http_server/simple/sdkconfig.defaults
Normal file
2
examples/protocols/http_server/simple/sdkconfig.defaults
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_LWIP_NETIF_LOOPBACK=y
|
||||
CONFIG_LWIP_LOOPBACK_MAX_PBUFS=1
|
Reference in New Issue
Block a user