Set the line endings expected to be received on specified UART This specifies the conversion between line endings received on UART and newlines ('\n', LF) passed into stdin: - ESP_LINE_ENDINGS_CRLF: convert CRLF to LF - ESP_LINE_ENDINGS_CR: convert CR to LF - ESP_LINE_ENDINGS_LF: no modification