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 42a23c9 commit 33ebdfaCopy full SHA for 33ebdfa
cross/send_data_tcp/src/main.rs
@@ -171,11 +171,7 @@ fn main() -> ! {
171
mode,
172
&mut delay,
173
&mut |tcp_client| {
174
- defmt::info!(
175
- "TCP connection to {:?}:{:?} successful",
176
- hostname,
177
- port
178
- );
+ defmt::info!("TCP connection to {:?}:{:?} successful", hostname, port);
179
defmt::info!("Hostname: {:?}", tcp_client.server_hostname());
180
defmt::info!("Sending HTTP Document: {:?}", http_document.as_str());
181
match tcp_client.send_data(&http_document) {
0 commit comments