esp8266/Makefile: Document "disable" value for UART_OS.
This commit is contained in:
parent
7ebfe09fbd
commit
74e6c0337d
@ -26,7 +26,7 @@ INC += -I$(BUILD)
|
|||||||
INC += -I$(ESP_SDK)/include
|
INC += -I$(ESP_SDK)/include
|
||||||
|
|
||||||
# UART for "os" messages. 0 is normal UART as used by MicroPython REPL,
|
# UART for "os" messages. 0 is normal UART as used by MicroPython REPL,
|
||||||
# 1 is debug UART (tx only).
|
# 1 is debug UART (tx only), -1 to disable.
|
||||||
UART_OS = 0
|
UART_OS = 0
|
||||||
|
|
||||||
CFLAGS_XTENSA = -fsingle-precision-constant -Wdouble-promotion \
|
CFLAGS_XTENSA = -fsingle-precision-constant -Wdouble-promotion \
|
||||||
|
Loading…
Reference in New Issue
Block a user