8000 esp8266: Disable "OS" debug output. · rch/micropython@f7ea0d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit f7ea0d3

Browse files
pfalcondpgeorge
authored andcommitted
esp8266: Disable "OS" debug output.
1 parent 5653e3c commit f7ea0d3

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
@@ -33,7 +33,7 @@ INC += -I$(ESP_SDK)/include
3333

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

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

0 commit comments

Comments
 (0)
0