forked from test34/can_wizard
bug(idf_monitor): fix color on windows with hints
This commit is contained in:
parent
3720a83ece
commit
046062fcb7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue