X-Git-Url: http://git.smho.de/?a=blobdiff_plain;f=src%2FowUSBInterface.cpp;h=876866324a1c6584e6523129e83ef34bb6c9f591;hb=dde7c78613c656f74b606e7b5048188749ee0e0d;hp=0aa82d4b115632767e6fd55b7531f472c29fa22c;hpb=c7561c5e50f1df4015c0c250bdbaa2efbb95a3bd;p=owTools.git diff --git a/src/owUSBInterface.cpp b/src/owUSBInterface.cpp old mode 100755 new mode 100644 index 0aa82d4..8768663 --- 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