From 0101a78c505f8a669c29b787f458ccfe7d16bf1b Mon Sep 17 00:00:00 2001 From: Anatol Ulrich Date: Tue, 20 Apr 2021 13:06:37 +0200 Subject: [PATCH] speed bump lol --- xtask/src/tasks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/src/tasks.rs b/xtask/src/tasks.rs index f2cd382..abcb1be 100644 --- a/xtask/src/tasks.rs +++ b/xtask/src/tasks.rs @@ -198,7 +198,7 @@ pub fn serial_term() -> color_eyre::Result<()> { } }; - let mut port = serialport::new(&dongle.port_name, 9600).open()?; + let mut port = serialport::new(&dongle.port_name, 115200).open()?; static CONTINUE: AtomicBool = AtomicBool::new(true);