mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 23:54:39 +00:00
fix: recommend using Windows Terminal in case of issues with escape sequences
Closes https://github.com/espressif/esp-idf-monitor/issues/17
This commit is contained in:
@@ -118,7 +118,7 @@ void app_main(void)
|
||||
printf("\n"
|
||||
"Your terminal application does not support escape sequences.\n"
|
||||
"Line editing and history features are disabled.\n"
|
||||
"On Windows, try using Putty instead.\n");
|
||||
"On Windows, try using Windows Terminal or Putty instead.\n");
|
||||
}
|
||||
|
||||
/* Main loop */
|
||||
|
Reference in New Issue
Block a user