Set the line endings to sent to specified UART This specifies the conversion between newlines ('\n', LF) on stdout and line endings sent over UART: - ESP_LINE_ENDINGS_CRLF: convert LF to CRLF - ESP_LINE_ENDINGS_CR: convert LF to CR - ESP_LINE_ENDINGS_LF: no modification