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