merge-requests/1/head
Teuniz 2016-01-09 17:27:13 +01:00
rodzic 68f1ca16a1
commit 3b2c48056d
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -35,7 +35,7 @@
#define PROGRAM_NAME "DSRemote"
#define PROGRAM_VERSION "0.32_1601091631"
#define PROGRAM_VERSION "0.32_1601091726"
#define MAX_PATHLEN 4096

Wyświetl plik

@ -1819,7 +1819,7 @@ int UI_Mainwindow::get_device_settings()
}
else
{
if(tmc_write(":MATH:SOUR1?") != 12)
if(tmc_write(":MATH:FFT:SOUR?") != 15)
{
line = __LINE__;
goto OUT_ERROR;