mirror of https://github.com/EspoTek/Labrador.git
Removed black magic. Always a bad idea.
This commit is contained in:
parent
bfb2935812
commit
67000bc7de
|
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue