From 38727a46b49ad6f50437e786a34fdd5a3503ba84 Mon Sep 17 00:00:00 2001 From: dreamsourcelabTAI Date: Fri, 31 Mar 2023 10:09:23 +0800 Subject: [PATCH] fix: Can't read the param 'Bandwidth Limit' from file --- libsigrok4DSL/hardware/DSL/dscope.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libsigrok4DSL/hardware/DSL/dscope.c b/libsigrok4DSL/hardware/DSL/dscope.c index db29510f..dcc8e47b 100644 --- a/libsigrok4DSL/hardware/DSL/dscope.c +++ b/libsigrok4DSL/hardware/DSL/dscope.c @@ -70,6 +70,7 @@ static const int32_t hwoptions[] = { static const int32_t sessions_dso[] = { SR_CONF_OPERATION_MODE, + SR_CONF_BANDWIDTH_LIMIT, SR_CONF_TIMEBASE, SR_CONF_TRIGGER_SLOPE, SR_CONF_TRIGGER_SOURCE,