[Xbee] Lowered findChip delay to 10 ms

This commit is contained in:
jgromes 2020-05-01 20:52:59 +02:00
parent 601f6324e4
commit 305d880926

View file

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