Skip to content

Commit

Permalink
Fix voltageScale to correct indices
Browse files Browse the repository at this point in the history
  • Loading branch information
wakass committed Mar 24, 2024
1 parent 0e2c641 commit a207f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhantek/src/hantekdso/models/modelISDS205b.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static void initSpecifications( Dso::ControlSpecification &specification ) {

// Theoretical values: 4096. , 4096. , 4096. , 125.44, 51.2 , 28.16, 28.16, 28.16
specification.voltageScale[ 0 ] = { 1330, 1330,1330, 85.36, 37.48, 21.78, 21.78, 21.78 }; //digit/V - Channel 1
specification.voltageScale[ 0 ] = { 1330, 1330,1330, 85.36, 37.48, 21.78, 21.78, 21.78 }; //digit/V - Channel 2
specification.voltageScale[ 1 ] = { 1330, 1330,1330, 85.36, 37.48, 21.78, 21.78, 21.78 }; //digit/V - Channel 2

// Gain and offset can be corrected by individual config values from EEPROM or file

Expand Down

0 comments on commit a207f5f

Please sign in to comment.