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 eaef938 commit 4d56a44Copy full SHA for 4d56a44
espflash/src/flasher/mod.rs
@@ -659,6 +659,9 @@ pub struct Flasher {
659
660
#[cfg(feature = "serialport")]
661
impl Flasher {
662
+ /// The serial port's baud rate should be 115_200 to connect. After
663
+ /// connecting, Flasher will change the baud rate to the `speed`
664
+ /// parameter.
665
#[allow(clippy::too_many_arguments)]
666
pub fn connect(
667
serial: Port,
0 commit comments