kopia lustrzana https://github.com/meshtastic/firmware
commit
9bece843c3
|
@ -31,7 +31,7 @@ SerialConsole::SerialConsole() : StreamAPI(&Port), RedirectablePrint(&Port)
|
||||||
#ifdef NRF52_SERIES
|
#ifdef NRF52_SERIES
|
||||||
time_t timeout = millis();
|
time_t timeout = millis();
|
||||||
while (!Port) {
|
while (!Port) {
|
||||||
if ((millis() - timeout) < 2000) {
|
if ((millis() - timeout) < 5000) {
|
||||||
delay(100);
|
delay(100);
|
||||||
} else {
|
} else {
|
||||||
break;
|
break;
|
||||||
|
|
Ładowanie…
Reference in New Issue