Skip to content

Commit

Permalink
fix(shared-data): defaults should match valuesByApiLevel for p50 3_6 …
Browse files Browse the repository at this point in the history
…lowVolume (#15280)

closes RQA-2785
  • Loading branch information
jerader authored May 29, 2024
1 parent 9def841 commit 41f6945
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"t50": {
"uiMaxFlowRate": 26.7,
"defaultAspirateFlowRate": {
"default": 35,
"default": 26.7,
"valuesByApiLevel": { "2.14": 26.7 }
},
"defaultDispenseFlowRate": {
"default": 57,
"default": 26.7,
"valuesByApiLevel": { "2.14": 26.7 }
},
"defaultBlowOutFlowRate": {
"default": 57,
"default": 26.7,
"valuesByApiLevel": { "2.14": 26.7 }
},
"defaultFlowAcceleration": 1200.0,
Expand Down

0 comments on commit 41f6945

Please sign in to comment.