Skip to content

Commit

Permalink
Saving working version on beta
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiFabre committed Feb 23, 2024
1 parent 72e7e8d commit b92248c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/dxl_scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn main() -> Result<(), Box<dyn Error>> {
let args = Args::parse();

println!("Scanning...");
let mut serial_port = serialport::new(args.serial_port, 1_000_000)
let mut serial_port = serialport::new(args.serial_port, 2_000_000)
.timeout(Duration::from_millis(10))
.open()?;

Expand Down

0 comments on commit b92248c

Please sign in to comment.