Skip to content

Commit

Permalink
Change condition
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Mar 7, 2021
1 parent 92d06e4 commit 3420753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/esp8266/Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ MEMORY_FLAGS = -DFS_MAX_OPEN_FILES=5

.PHONY: all clean

ifneq "$(MGOS_ESP8266_LWIP)" "1"
ifeq "$(MGOS_ESP8266_LWIP)" "2"
# NB: These setting must match ones used during build of the LwIP library during Docker image build.
LWIP_CFLAGS = -DTCP_MSS=1460 -DTCP_MSL=5000 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DLWIP_COMPAT_SOCKETS=0 \
-I$(MGOS_PATH)/include
Expand Down

0 comments on commit 3420753

Please sign in to comment.