[Si443x] Lowered findChip delay to 10 ms
This commit is contained in:
parent
305d880926
commit
9119020d0d
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue