aha
This commit is contained in:
parent
1800371763
commit
d2229bc963
|
@ -97,11 +97,12 @@
|
|||
- Setup
|
||||
- Hardware
|
||||
- Softwarestack
|
||||
|
||||
```mermaid
|
||||
graph TD;
|
||||
fw[PIt FW]-->pot[Potis];
|
||||
fw-->srv[Pitstop Server (RPi)];
|
||||
agg[Pitstop Aggregator]-->srv;
|
||||
graph LR;
|
||||
fw[PIt FW] --- pot[Potis];
|
||||
fw --- srv["Pitstop Server (RPi)"];
|
||||
agg[Pitstop Aggregator] -.- srv;
|
||||
```
|
||||
- Characterization
|
||||
- Voltages
|
||||
|
|
Loading…
Reference in New Issue