bug(idf_monitor): fix color on windows with hints

This commit is contained in:
Данила Горнушко 2023-11-24 00:49:49 +03:00
parent 3720a83ece
commit 046062fcb7

View file

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