kopia lustrzana https://gitlab.com/Teuniz/DSRemote
Added the DS1102Z-E to the list of accepted models. Not tested!
rodzic
6de2d9ae72
commit
3899af54d3
2
global.h
2
global.h
|
@ -35,7 +35,7 @@
|
|||
|
||||
|
||||
#define PROGRAM_NAME "DSRemote"
|
||||
#define PROGRAM_VERSION "0.37_2101311806"
|
||||
#define PROGRAM_VERSION "0.37_2102171920"
|
||||
|
||||
#define MAX_PATHLEN 1024
|
||||
|
||||
|
|
|
@ -1223,6 +1223,15 @@ void UI_Mainwindow::get_device_model(const char *str)
|
|||
devparms.modelserie = 1;
|
||||
}
|
||||
|
||||
if(!strcmp(str, "DS1102Z-E"))
|
||||
{
|
||||
devparms.channel_cnt = 2;
|
||||
|
||||
devparms.bandwidth = 100;
|
||||
|
||||
devparms.modelserie = 1;
|
||||
}
|
||||
|
||||
if(devparms.modelserie == 1)
|
||||
{
|
||||
if(devparms.use_extra_vertdivisions) devparms.vertdivisions = 10;
|
||||
|
|
Ładowanie…
Reference in New Issue