Skip to content

Commit

Permalink
Fix image too wide
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsa authored Aug 7, 2024
1 parent 8331b04 commit f943127
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)
<img src="/images/cargo-embed-tcp-socket.png" alt="Real time plotting rtt data via tcp" 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 f943127

Please sign in to comment.