Skip to content

Commit

Permalink
Merge pull request #147 from joelsa/patch-1
Browse files Browse the repository at this point in the history
Fix tcp-socket image too wide on cargo-embed docs
  • Loading branch information
bugadani authored Aug 21, 2024
2 parents fd5a313 + 45251a2 commit 6c4547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/tools/cargo-embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ tabs = [

This screenshot shows how it can be used with a single socket. The logger is configured to redirect `log::trace!()` to channel 1, which is then sent to the real time plotting app.

![Real time plotting rtt data via tcp](/images/cargo-embed-tcp-socket.png)
![Real time plotting rtt data via tcp](/images/cargo-embed-tcp-socket.png){: width="100%" }

Note that the raw bytes are send over the socket, so no timestamps are added, nor any parsing or line splitting is done. You have all the flexibility to do this yourself in the tcp endpoint.

Expand Down

0 comments on commit 6c4547a

Please sign in to comment.