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