We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d06e4 commit 3420753Copy full SHA for 3420753
platforms/esp8266/Makefile.build
@@ -162,7 +162,7 @@ MEMORY_FLAGS = -DFS_MAX_OPEN_FILES=5
162
163
.PHONY: all clean
164
165
-ifneq "$(MGOS_ESP8266_LWIP)" "1"
+ifeq "$(MGOS_ESP8266_LWIP)" "2"
166
# NB: These setting must match ones used during build of the LwIP library during Docker image build.
167
LWIP_CFLAGS = -DTCP_MSS=1460 -DTCP_MSL=5000 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DLWIP_COMPAT_SOCKETS=0 \
168
-I$(MGOS_PATH)/include
0 commit comments