Removed black magic. Always a bad idea.

This commit is contained in:
EspoTek 2017-02-12 15:35:27 +11:00
parent bfb2935812
commit 67000bc7de
18 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.1.0, 2017-02-09T13:42:13. -->
<!-- Written by QtCreator 4.1.0, 2017-02-12T15:08:39. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -305,7 +305,7 @@ void winUsbDriver::checkConnection(){
connectedStatus(true);
QThread::msleep(USB_RECONNECT_PERIOD); //Black magic. I don't fully understand it myself.
//QThread::msleep(USB_RECONNECT_PERIOD); //Black magic. I don't fully understand it myself.
setDeviceMode(deviceMode);
newDig(digitalPinState);
usbIsoInit();