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 bbdcfb4 commit a7be607Copy full SHA for a7be607
espflash/src/cli/mod.rs
@@ -41,12 +41,12 @@ pub struct ConnectOpts {
41
#[clap(long)]
42
pub speed: Option<u32>,
43
44
- /// DTR pin to use for the internal UART hardware.
+ /// DTR pin to use for the internal UART hardware. Uses BCM numbering.
45
#[cfg(feature = "raspberry")]
46
#[cfg_attr(feature = "raspberry", clap(long))]
47
pub dtr: Option<u8>,
48
49
- /// RTS pin to use for the internal UART hardware.
+ /// RTS pin to use for the internal UART hardware. Uses BCM numbering.
50
51
52
pub rts: Option<u8>,
0 commit comments