From 2ffd9c993cdcfc8f8de14765ae22bd4e8540ea91 Mon Sep 17 00:00:00 2001 From: liebman Date: Mon, 21 Jan 2019 06:35:51 -0800 Subject: [PATCH] fix lwip selection in tests/device Makefile (#5643) 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 102e164f2..ae772d148 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 84f8a09e3..aa3bb7786 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