[CC1101] Lowered findChip delay to 10 ms

This commit is contained in:
jgromes 2020-05-01 20:53:50 +02:00
parent 078ec4d13e
commit d609c8ba56

View file

@ -35,7 +35,7 @@ int16_t CC1101::begin(float freq, float br, float freqDev, float rxBw, int8_t po
RADIOLIB_DEBUG_PRINT(F(", expected 0x0014")); RADIOLIB_DEBUG_PRINT(F(", expected 0x0014"));
RADIOLIB_DEBUG_PRINTLN(); RADIOLIB_DEBUG_PRINTLN();
#endif #endif
delay(1000); delay(10);
i++; i++;
} }
} }