[RF69] Lowered findChip delay to 10 ms
This commit is contained in:
parent
1fa483f98b
commit
078ec4d13e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ int16_t RF69::begin(float freq, float br, float freqDev, float rxBw, int8_t powe
|
|||
RADIOLIB_DEBUG_PRINT(F(", expected 0x0024"));
|
||||
RADIOLIB_DEBUG_PRINTLN();
|
||||
#endif
|
||||
delay(1000);
|
||||
delay(10);
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue