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.
2 parents 6e106b1 + 47e7bc0 commit b88597aCopy full SHA for b88597a
esp32-wroom-rp/src/tcp_client.rs
@@ -5,7 +5,7 @@
5
//! ```no_run
6
//! let hostname = "github.com";
7
//! // let ip_address: IpAddress = [140, 82, 114, 3]; // github.com
8
-
+//!
9
//! let port: Port = 80;
10
//! let mode: TransportMode = TransportMode::Tcp;
11
//! if let Err(e) = TcpClient::build(&mut wifi).connect(
0 commit comments