diff --git a/src/lib/motors/SmartServo.cpp b/src/lib/motors/SmartServo.cpp index 8f8e1f7..4e29d75 100644 --- a/src/lib/motors/SmartServo.cpp +++ b/src/lib/motors/SmartServo.cpp @@ -62,7 +62,7 @@ void SmartServoClass::sendPacket() _RS485.endTransmission(); // should now receive an echo of what we just sent while (_RS485.available() < len) { - delay(100); + delayMicroseconds(10); } // discard the echo int i = len;