Move documentation out of source tree

This commit is contained in:
2022-09-27 00:12:36 +02:00
parent 289c55b78c
commit df943620d6
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
@startuml
start
:Initialization;
if (Config exists) then (yes)
:Load config;
else (no)
:Do first-start initialization;
endif
:Load Fan Curves;
:Enter fan control loop;
stop
@enduml