Commit 3203eba8 authored by Jade Mattsson's avatar Jade Mattsson Committed by Jade Mattsson
Browse files

Disable CR/LF translation by default.

With the change to use the IDF's stdin to feed the Lua VM, the default
IDF CR/LF translation appears to cause issues with some IDEs.
parent 53da95b5
......@@ -32,3 +32,7 @@ CONFIG_LWIP_TCP_MSL=5000
# Disable esp-idf's bluetooth component by default.
# The bthci module is also disabled and will enable bt when selected
CONFIG_BT_ENABLED=n
# Disable CR/LF translation, for legacy compatibility
CONFIG_NEWLIB_STDIN_LINE_ENDING_LF=y
CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF=y
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment