kopia lustrzana https://github.com/jgromes/RadioLib
[Si443x] Lowered findChip delay to 10 ms
rodzic
305d880926
commit
9119020d0d
|
@ -551,7 +551,7 @@ bool Si443x::findChip() {
|
|||
RADIOLIB_DEBUG_PRINT(F(", expected 0x00"));
|
||||
RADIOLIB_DEBUG_PRINTLN(SI443X_DEVICE_VERSION, HEX);
|
||||
#endif
|
||||
delay(1000);
|
||||
delay(10);
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue