Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tcp-socket image too wide on cargo-embed docs #147

Merged
merged 2 commits into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading