Change timing window to match values found experimentally.

This commit is contained in:
Caleb Jamison 2023-02-17 07:43:19 -05:00
parent e3f8020c3b
commit 7783e0ebb1

View File

@ -55,10 +55,10 @@ where
BUS: Error + Format + 'static, BUS: Error + Format + 'static,
{ {
fn get_rx_window_offset_ms(&self) -> i32 { fn get_rx_window_offset_ms(&self) -> i32 {
-3 -50
} }
fn get_rx_window_duration_ms(&self) -> u32 { fn get_rx_window_duration_ms(&self) -> u32 {
1003 1050
} }
} }