Commit 342cac5d9980bca205b3f5322c0f058446ad856d

Authored by David Gräff
2 parents 0388b57c 4c67f823

Merge pull request #28 from OpenHantek/davidgraeff-patch-1

Update control.cpp
openhantek/src/hantek/control.cpp
... ... @@ -940,8 +940,8 @@ namespace Hantek {
940 940 this->specification.voltageLimit[channel]
941 941 << 25 << 51 << 103 << 206 << 412 << 196 << 392 << 784 << 1000;
942 942 // Divider. Tested and calculated results are different!
943   - this->specification.gainDiv
944   - << 10 << 10 << 10 << 10 << 10 << 2 << 2 << 2 << 1;
  943 + //this->specification.gainDiv
  944 + // << 10 << 10 << 10 << 10 << 10 << 2 << 2 << 2 << 1;
945 945 this->specification.sampleSize = 8;
946 946 break;
947 947  
... ...