Work in progress.

merge-requests/1/head
Teuniz 2015-06-16 11:59:41 +02:00
rodzic 722f04b100
commit 1cad5f3738
2 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -31,7 +31,7 @@
#define PROGRAM_NAME "DSRemote"
#define PROGRAM_VERSION "0.11_1506151743"
#define PROGRAM_VERSION "0.11_1506161158"
#define MAX_PATHLEN 4096

Wyświetl plik

@ -2073,6 +2073,16 @@ void UI_Mainwindow::autoButtonClicked()
statusLabel->setText("Auto settings");
tmcdev_write(device, ":AUT");
qApp->processEvents();
usleep(20000);
qApp->processEvents();
sleep(2);
get_device_settings();
}