We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b219130 commit 174c4b0Copy full SHA for 174c4b0
.travis.yml
@@ -21,6 +21,7 @@ before_script:
21
- echo 'build.flash_size=4M' >> platform.txt
22
- echo 'build.flash_mode=dio' >> platform.txt
23
- echo 'build.f_cpu=160000000L' >> platform.txt
24
+ - echo 'build.flash_flags=-DFLASHMODE_DIO' >> pt.txt
25
- sed -i "s/build.lwip_lib=-llwip_gcc/build.lwip_lib=-llwip2-536-feat/g" ./platform.txt
26
- sed -i "s/build.lwip_include=lwip/build.lwip_include=lwip2/g" ./platform.txt
27
- sed -i "s/build.lwip_flags=-DLWIP_OPEN_SRC/build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0/g" ./platform.txt
0 commit comments