diff --git a/interface/src/main.rs b/interface/src/main.rs index dcb0351..fd394ac 100644 --- a/interface/src/main.rs +++ b/interface/src/main.rs @@ -39,7 +39,7 @@ fn main() -> Result<()> { #[cfg(target_os = "linux")] const PACKET_LEN: usize = 2204; #[cfg(target_os = "windows")] - const PACKET_LEN: usize = 2000; + const PACKET_LEN: usize = 1800; let mut packet = Vec::new(); @@ -136,7 +136,7 @@ async fn controller(mut notes: mpsc::Receiver<(Option