X-Git-Url: http://git.smho.de/gw/?p=owTools.git;a=blobdiff_plain;f=src%2FowUSBInterface.cpp;fp=src%2FowUSBInterface.cpp;h=876866324a1c6584e6523129e83ef34bb6c9f591;hp=0aa82d4b115632767e6fd55b7531f472c29fa22c;hb=f7b7cd722492679725b953a41717a3109c81813d;hpb=8b3ce8126a8bbc16822e939bc46f513e1c52b3d3 diff --git a/src/owUSBInterface.cpp b/src/owUSBInterface.cpp index 0aa82d4..8768663 100644 --- a/src/owUSBInterface.cpp +++ b/src/owUSBInterface.cpp @@ -284,7 +284,7 @@ uint8_t owUSBInterface::sendrecivBit(uint8_t bit) { // success, read the result nBytes = 1; if (DS2490Read(hDevice, buf, &nBytes)) { - usleep(70); + usleep(200); return buf[0]; } else