We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22ef13 commit a79db0eCopy full SHA for a79db0e
espflash/src/cli/monitor.rs
@@ -84,6 +84,7 @@ pub fn monitor(mut serial: Box<dyn SerialPort>) -> serialport::Result<()> {
84
println!();
85
86
let mut buff = [0; 128];
87
+ serial.set_baud_rate(115_200)?;
88
serial.set_timeout(Duration::from_millis(5))?;
89
90
let _raw_mode = RawModeGuard::new();
0 commit comments