Skip to content

Commit

Permalink
ci2-remote-control: default video framerate is unlimited
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Sep 28, 2022
1 parent e1b9d89 commit 4c39262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci2-remote-control/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl RecordingFrameRate {

impl Default for RecordingFrameRate {
fn default() -> RecordingFrameRate {
RecordingFrameRate::Fps20
RecordingFrameRate::Unlimited
}
}

Expand Down

0 comments on commit 4c39262

Please sign in to comment.