main #3

Merged
AllSpiceAlice merged 12 commits from main into develop 2024-03-20 18:10:31 +00:00
1 changed files with 7 additions and 7 deletions
Showing only changes of commit 0474458ed9 - Show all commits

View File

@ -55,15 +55,15 @@ flowchart TB;
## Subgraphs
```mermaid
flowchart TB
c1-->a2
subgraph one
a1-->a2
Controller-->Solenoid
subgraph Flowmeter
Sensors-->Solenoid
end
subgraph two
b1-->b2
subgraph Communication
WiFi-->microcontroller
end
subgraph three
c1-->c2
subgraph Compressor
Controller-->Pump
end
```