From 4c67f823b7970cfc22f085fbc1ffd9453f6d6cfe Mon Sep 17 00:00:00 2001 From: David Gräff Date: Fri, 4 Mar 2016 15:42:02 +0100 Subject: [PATCH] Update control.cpp --- openhantek/src/hantek/control.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openhantek/src/hantek/control.cpp b/openhantek/src/hantek/control.cpp index 29ddd6e..2513f2f 100644 --- a/openhantek/src/hantek/control.cpp +++ b/openhantek/src/hantek/control.cpp @@ -940,8 +940,8 @@ namespace Hantek { this->specification.voltageLimit[channel] << 25 << 51 << 103 << 206 << 412 << 196 << 392 << 784 << 1000; // Divider. Tested and calculated results are different! - this->specification.gainDiv - << 10 << 10 << 10 << 10 << 10 << 2 << 2 << 2 << 1; + //this->specification.gainDiv + // << 10 << 10 << 10 << 10 << 10 << 2 << 2 << 2 << 1; this->specification.sampleSize = 8; break; -- libgit2 0.21.4