[CC1101] Lowered findChip delay to 10 ms
This commit is contained in:
parent
078ec4d13e
commit
d609c8ba56
1 changed files with 1 additions and 1 deletions
|
@ -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_PRINTLN();
|
||||
#endif
|
||||
delay(1000);
|
||||
delay(10);
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue