From bcb2cb43fb0d48b0408a5c5abde074d635dc8ffa Mon Sep 17 00:00:00 2001 From: Chris Liebman Date: Sat, 19 Jan 2019 14:33:24 -0800 Subject: [PATCH] fix lwip choice in Makefile add test_BearSSL/data to .gitignore --- tests/device/.gitignore | 1 + tests/device/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/device/.gitignore b/tests/device/.gitignore index 102e164f2f..ae772d148e 100644 --- a/tests/device/.gitignore +++ b/tests/device/.gitignore @@ -3,3 +3,4 @@ test_report.xml test_report.html test_env.cfg +test_BearSSL/data diff --git a/tests/device/Makefile b/tests/device/Makefile index 84f8a09e3c..aa3bb77867 100644 --- a/tests/device/Makefile +++ b/tests/device/Makefile @@ -12,7 +12,7 @@ UPLOAD_BOARD ?= nodemcu BS_DIR ?= libraries/BSTest DEBUG_LEVEL ?= DebugLevel=None____ #FQBN ?= esp8266com:esp8266:generic:CpuFrequency=80,FlashFreq=40,FlashMode=dio,UploadSpeed=115200,FlashSize=4M1M,LwIPVariant=v2mss536,ResetMethod=none,Debug=Serial,$(DEBUG_LEVEL) -FQBN ?= esp8266com:esp8266:generic:xtal=80,FlashFreq=40,FlashMode=dio,baud=115200,eesz=4M1M,ip=lm2,ResetMethod=none,dbg=Serial,$(DEBUG_LEVEL) +FQBN ?= esp8266com:esp8266:generic:xtal=80,FlashFreq=40,FlashMode=dio,baud=115200,eesz=4M1M,ip=lm2f,ResetMethod=none,dbg=Serial,$(DEBUG_LEVEL) BUILD_TOOL := $(ARDUINO_IDE_PATH)/arduino-builder TEST_CONFIG := test_env.cfg TEST_REPORT_XML := test_report.xml