Skip to content

Commit 554292c

Browse files
pfalcondpgeorge
authored andcommitted
esp8266: Disable "OS" debug output.
1 parent e4e4526 commit 554292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ INC += -I$(ESP_SDK)/include
3232

3333
# UART for "os" messages. 0 is normal UART as used by MicroPython REPL,
3434
# 1 is debug UART (tx only), -1 to disable.
35-
UART_OS = 0
35+
UART_OS = -1
3636

3737
CFLAGS_XTENSA = -fsingle-precision-constant -Wdouble-promotion \
3838
-D__ets__ -DICACHE_FLASH \

0 commit comments

Comments
 (0)