From 554292c5cfbd841dc315a261fd747bfb4fbade2a Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 27 May 2016 00:45:05 +0300 Subject: esp8266: Disable "OS" debug output. --- esp8266/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp8266/Makefile b/esp8266/Makefile index ea9c7eb87..920b105ba 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -32,7 +32,7 @@ INC += -I$(ESP_SDK)/include # UART for "os" messages. 0 is normal UART as used by MicroPython REPL, # 1 is debug UART (tx only), -1 to disable. -UART_OS = 0 +UART_OS = -1 CFLAGS_XTENSA = -fsingle-precision-constant -Wdouble-promotion \ -D__ets__ -DICACHE_FLASH \ -- cgit v1.2.3