[RF69] Lowered findChip delay to 10 ms

This commit is contained in:
jgromes 2020-05-01 20:53:23 +02:00
parent 1fa483f98b
commit 078ec4d13e

View file

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