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