|
|
@@ -75,9 +75,8 @@ static void initialize_wifi()
|
|
|
/* Initialize console component */
|
|
|
static void initialize_console()
|
|
|
{
|
|
|
- /* Disable buffering on stdin and stdout */
|
|
|
+ /* Disable buffering on stdin */
|
|
|
setvbuf(stdin, NULL, _IONBF, 0);
|
|
|
- setvbuf(stdout, NULL, _IONBF, 0);
|
|
|
|
|
|
/* Minicom, screen, idf_monitor send CR when ENTER key is pressed */
|
|
|
esp_vfs_dev_uart_set_rx_line_endings(ESP_LINE_ENDINGS_CR);
|