[Si443x] Lowered findChip delay to 10 ms

This commit is contained in:
jgromes 2020-05-01 20:53:08 +02:00
parent 305d880926
commit 9119020d0d

View file

@ -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++;
}
}