kopia lustrzana https://github.com/jgromes/RadioLib
Merge pull request #142 from meshtastic/probe
when probing for sx127xs don't wait so long between attempts.pull/150/head
commit
2b8a5e2ecf
|
@ -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++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue