Skip to content

Commit

Permalink
Fixed DSO2090 external trigger ID. Fixes OpenHantek#285
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwimmenhove committed Feb 7, 2019
1 parent eb33325 commit 3bc6088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhantek/src/hantekdso/models/modelDSO2090.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void initSpecifications(Dso::ControlSpecification& specification) {
specification.gain = { {0,0.08} , {1,0.16} , {2,0.40} , {0,0.80} ,
{1,1.60} , {2,4.00} , {0,8.00} , {1,16.00} , {2,40.00} };
specification.sampleSize = 8;
specification.specialTriggerChannels = {{"EXT", -2}, {"EXT/10", -3}};
specification.specialTriggerChannels = {{"EXT", -1}};
}

ModelDSO2090::ModelDSO2090() : DSOModel(ID, 0x04b5, 0x2090, 0x04b4, 0x2090, "dso2090x86", "DSO-2090",
Expand Down

0 comments on commit 3bc6088

Please sign in to comment.