mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Fix passing of debug level to the builder
This commit is contained in:
parent
c4b11eb545
commit
e9f3a3de1f
@ -10,7 +10,7 @@ UPLOAD_BAUD ?= 921600
|
|||||||
UPLOAD_BOARD ?= nodemcu
|
UPLOAD_BOARD ?= nodemcu
|
||||||
BS_DIR ?= libraries/BSTest
|
BS_DIR ?= libraries/BSTest
|
||||||
DEBUG_LEVEL ?= DebugLevel=None____
|
DEBUG_LEVEL ?= DebugLevel=None____
|
||||||
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)
|
||||||
BUILD_TOOL = $(ARDUINO_IDE_PATH)/arduino-builder
|
BUILD_TOOL = $(ARDUINO_IDE_PATH)/arduino-builder
|
||||||
TEST_CONFIG = libraries/test_config/test_config.h
|
TEST_CONFIG = libraries/test_config/test_config.h
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user