Merge pull request #142 from meshtastic/probe
when probing for sx127xs don't wait so long between attempts.
This commit is contained in:
commit
2b8a5e2ecf
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ bool SX127x::findChip(uint8_t ver) {
|
|||
RADIOLIB_DEBUG_PRINT(F(", expected 0x00"));
|
||||
RADIOLIB_DEBUG_PRINTLN(ver, HEX);
|
||||
#endif
|
||||
delay(1000);
|
||||
delay(10);
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue