Skip to content

Commit 2ffd9c9

Browse files
liebmand-a-v
authored andcommitted
fix lwip selection in tests/device Makefile (#5643)
add test_BearSSL/data to .gitignore
1 parent cee0796 commit 2ffd9c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/device/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
test_report.xml
44
test_report.html
55
test_env.cfg
6+
test_BearSSL/data

tests/device/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ UPLOAD_BOARD ?= nodemcu
1212
BS_DIR ?= libraries/BSTest
1313
DEBUG_LEVEL ?= DebugLevel=None____
1414
#FQBN ?= esp8266com:esp8266:generic:CpuFrequency=80,FlashFreq=40,FlashMode=dio,UploadSpeed=115200,FlashSize=4M1M,LwIPVariant=v2mss536,ResetMethod=none,Debug=Serial,$(DEBUG_LEVEL)
15-
FQBN ?= esp8266com:esp8266:generic:xtal=80,FlashFreq=40,FlashMode=dio,baud=115200,eesz=4M1M,ip=lm2,ResetMethod=none,dbg=Serial,$(DEBUG_LEVEL)
15+
FQBN ?= esp8266com:esp8266:generic:xtal=80,FlashFreq=40,FlashMode=dio,baud=115200,eesz=4M1M,ip=lm2f,ResetMethod=none,dbg=Serial,$(DEBUG_LEVEL)
1616
BUILD_TOOL := $(ARDUINO_IDE_PATH)/arduino-builder
1717
TEST_CONFIG := test_env.cfg
1818
TEST_REPORT_XML := test_report.xml

0 commit comments

Comments
 (0)