Skip to content

Commit b88597a

Browse files
authored
Merge branch 'main' into 38-publish-esp32-wroom-rp-crate-to-cratesio
2 parents 6e106b1 + 47e7bc0 commit b88597a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32-wroom-rp/src/tcp_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! ```no_run
66
//! let hostname = "github.com";
77
//! // let ip_address: IpAddress = [140, 82, 114, 3]; // github.com
8-
8+
//!
99
//! let port: Port = 80;
1010
//! let mode: TransportMode = TransportMode::Tcp;
1111
//! if let Err(e) = TcpClient::build(&mut wifi).connect(

0 commit comments

Comments
 (0)