Skip to content

Commit 3d188eb

Browse files
committed
Fix overriding MGOS_DEBUG_UART on ESP8266
CL: Fix overriding MGOS_DEBUG_UART on ESP8266
1 parent 6658a83 commit 3d188eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/esp8266/Makefile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ BUILD_LIB_NAME ?= lib.a
2828
APP_SOURCE_DIRS = $(sort $(dir $(APP_SOURCES)))
2929
APP_FS_DIRS = $(sort $(dir $(APP_FS_FILES)))
3030

31-
MGOS_DEBUG_UART = 0
31+
MGOS_DEBUG_UART ?= 0
3232

3333
APP_PATH := $(CURDIR)
3434

0 commit comments

Comments
 (0)