Skip to content

Commit

Permalink
Slow down EKG camera zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Oct 10, 2023
1 parent af6684c commit eaac724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/src/screens/measure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ impl EcgScreen {
min_limit: Limit::new(LimitKind::Min),
max_limit: Limit::new(LimitKind::Max),
config: CameraConfig {
shrink_frames: 60,
shrink_delay: 60,
shrink_frames: 120,
shrink_delay: 90,
},
}),
}
Expand Down

0 comments on commit eaac724

Please sign in to comment.