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

Skip to content

Commit 50d6deb

Browse files
pfalcondpgeorge
authored andcommitted
esp8266: Disable "OS" debug output.
1 parent 6f75c4f commit 50d6deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp8266/Makefile

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

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

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

0 commit comments

Comments
 (0)
0