diff --git a/global.h b/global.h index e7d74a6..88bed17 100644 --- a/global.h +++ b/global.h @@ -35,7 +35,7 @@ #define PROGRAM_NAME "DSRemote" -#define PROGRAM_VERSION "0.32_1608240949" +#define PROGRAM_VERSION "0.32_1609121952" #define MAX_PATHLEN 4096 diff --git a/mainwindow.cpp b/mainwindow.cpp index 7569d6f..cf79bce 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1347,8 +1347,8 @@ int UI_Mainwindow::get_device_settings() else if(!strcmp(device->buf, "EXT5")) { devparms.triggeredgesource = 5; - } - else if(!strcmp(device->buf, "ACL")) + } // DS1000Z: "AC", DS6000: "ACL" !! + else if((!strcmp(device->buf, "AC")) || (!strcmp(device->buf, "ACL"))) { devparms.triggeredgesource = 6; }