bug(idf_monitor): fix color on windows with hints

Closes https://github.com/espressif/esp-idf/issues/9610
This commit is contained in:
Peter Dragun
2023-01-13 14:19:45 +01:00
parent 420ebd208a
commit 49718b20a5
4 changed files with 13 additions and 8 deletions

View File

@@ -1046,7 +1046,7 @@ int linenoiseProbe(void) {
flushWrite();
/* Try to read response */
int timeout_ms = 300;
int timeout_ms = 500;
const int retry_ms = 10;
size_t read_bytes = 0;
while (timeout_ms > 0 && read_bytes < 4) { // response is ESC[0n or ESC[3n