[Xbee] Lowered findChip delay to 10 ms
This commit is contained in:
parent
601f6324e4
commit
305d880926
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ int16_t XBee::begin(long speed) {
|
||||||
RADIOLIB_DEBUG_PRINTLN(state);
|
RADIOLIB_DEBUG_PRINTLN(state);
|
||||||
RADIOLIB_DEBUG_PRINTLN(F("Resetting ..."));
|
RADIOLIB_DEBUG_PRINTLN(F("Resetting ..."));
|
||||||
reset();
|
reset();
|
||||||
delay(1000);
|
delay(10);
|
||||||
_mod->ATemptyBuffer();
|
_mod->ATemptyBuffer();
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue