Skip to content

Commit

Permalink
Merge pull request #28 from issacdowling/master
Browse files Browse the repository at this point in the history
Fix resolution 5
  • Loading branch information
CertainLach authored Jan 17, 2024
2 parents 67df130 + 81d3b07 commit 25b3a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/vive-hid/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const VIVE_PRO_2_MODES: [Mode; 6] = [
Mode::new(2, 3264, 1632, 90.0),
Mode::new(3, 3680, 1836, 90.0),
Mode::new(4, 4896, 2448, 90.0),
Mode::new(5, 2896, 2448, 120.0),
Mode::new(5, 4896, 2448, 120.0),
];

pub struct ViveDevice(HidDevice);
Expand Down

0 comments on commit 25b3a19

Please sign in to comment.