Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b11eb commit e9f3a3dCopy full SHA for e9f3a3d
tests/device/Makefile
@@ -10,7 +10,7 @@ UPLOAD_BAUD ?= 921600
10
UPLOAD_BOARD ?= nodemcu
11
BS_DIR ?= libraries/BSTest
12
DEBUG_LEVEL ?= DebugLevel=None____
13
-FQBN ?= esp8266com:esp8266:generic:CpuFrequency=80,FlashFreq=40,FlashMode=DIO,UploadSpeed=115200,FlashSize=4M1M,ResetMethod=none,Debug=Serial$(DEBUG_LEVEL)
+FQBN ?= esp8266com:esp8266:generic:CpuFrequency=80,FlashFreq=40,FlashMode=DIO,UploadSpeed=115200,FlashSize=4M1M,ResetMethod=none,Debug=Serial,$(DEBUG_LEVEL)
14
BUILD_TOOL = $(ARDUINO_IDE_PATH)/arduino-builder
15
TEST_CONFIG = libraries/test_config/test_config.h
16
0 commit comments