Skip to content

Commit

Permalink
Minor changes to mermaid chart
Browse files Browse the repository at this point in the history
  • Loading branch information
q-wertz committed Dec 15, 2024
1 parent 57164f7 commit f2f5fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions link_budget.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ def _(mo):
flowchart LR
subgraph Transmitter
Tr(Transmitter) --> Tr_Am("Amplifier<br>(optional)")
Tr_Am --> Tr_An("Transmitter antenna 📡")
Tr_Am --> Tr_An("📡<br>Transmitter antenna")
end
Tr_An -.->|Transmission channel| Re_An("📡 Receiver antenna")
Tr_An -. |☁️<br>Transmission channel| .-> Re_An("📡<br>Receiver antenna")
subgraph Receiver
Re_An --> Re_Am("Amplifier<br>(optional)")
Re_Am --> Re_ADC("Analog-to-digital converter (ADC)")
Expand Down

0 comments on commit f2f5fe1

Please sign in to comment.