Skip to content

Commit

Permalink
Fix voltageScale to correct indices for ISDS205b
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
  • Loading branch information
Ho-Ro committed Mar 24, 2024
2 parents b9d6560 + 09d0e28 commit d0f44f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-03-24 (fe3d032): Fix voltageScale to correct indices for ISDS205b
2024-03-24 (09d0e28): Merge branch 'isds205b/channelCalFix' of https://github.com/wakass/OpenHantek6022 into wakass-isds205b/channelCalFix
2024-03-24 (a207f5f): Fix voltageScale to correct indices
2024-03-15 (b9d6560): README update, add solution Crostini graphics issue; build info update
2024-03-12 (29dbcca): README update
2024-03-05 (9c1e9e8): fix #399 - update macos build instructions, hack nedded no more
2024-02-24 (3ac5c3a): fw refactoring - no functional change
Expand Down
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 d0f44f8

Please sign in to comment.