forked from Ivasoft/DSView
fix:can't use advanced trigger mode
This commit is contained in:
@@ -188,7 +188,7 @@ void TriggerDock::simple_trigger()
|
||||
|
||||
void TriggerDock::adv_trigger()
|
||||
{
|
||||
if (_session->get_device()->name() == "DSLogic") {
|
||||
if (_session->get_device()->driver_name() == "DSLogic") {
|
||||
bool stream = false;
|
||||
GVariant *gvar = _session->get_device()->get_config(NULL, NULL, SR_CONF_STREAM);
|
||||
if (gvar != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user