kopia lustrzana https://gitlab.com/Teuniz/DSRemote
Bugfix.
rodzic
68f1ca16a1
commit
3b2c48056d
2
global.h
2
global.h
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
|
|
||||||
#define PROGRAM_NAME "DSRemote"
|
#define PROGRAM_NAME "DSRemote"
|
||||||
#define PROGRAM_VERSION "0.32_1601091631"
|
#define PROGRAM_VERSION "0.32_1601091726"
|
||||||
|
|
||||||
#define MAX_PATHLEN 4096
|
#define MAX_PATHLEN 4096
|
||||||
|
|
||||||
|
|
|
@ -1819,7 +1819,7 @@ int UI_Mainwindow::get_device_settings()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if(tmc_write(":MATH:SOUR1?") != 12)
|
if(tmc_write(":MATH:FFT:SOUR?") != 15)
|
||||||
{
|
{
|
||||||
line = __LINE__;
|
line = __LINE__;
|
||||||
goto OUT_ERROR;
|
goto OUT_ERROR;
|
||||||
|
|
Ładowanie…
Reference in New Issue