Merge pull request #142 from meshtastic/probe

when probing for sx127xs don't wait so long between attempts.
pull/150/head
Jan Gromeš 2020-05-01 20:04:15 +02:00 zatwierdzone przez GitHub
commit 2b8a5e2ecf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -998,7 +998,7 @@ bool SX127x::findChip(uint8_t ver) {
RADIOLIB_DEBUG_PRINT(F(", expected 0x00")); RADIOLIB_DEBUG_PRINT(F(", expected 0x00"));
RADIOLIB_DEBUG_PRINTLN(ver, HEX); RADIOLIB_DEBUG_PRINTLN(ver, HEX);
#endif #endif
delay(1000); delay(10);
i++; i++;
} }
} }