Commit 4c67f823b7970cfc22f085fbc1ffd9453f6d6cfe
1 parent
0388b57c
Update control.cpp
MODEL_DSO6022BE: comment out specification.gainDiv in control.cpp for now.
Showing
1 changed file
with
2 additions
and
2 deletions
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 | ... | ... |