commit
9f305dd5ef
@ -0,0 +1,23 @@
|
||||
```plantuml
|
||||
@startuml
|
||||
start
|
||||
fork
|
||||
:find periferals;
|
||||
fork again
|
||||
:get previous connected sensors state;
|
||||
end merge
|
||||
if(have some previously connected sensors) then (yes)
|
||||
:connect saved;
|
||||
else (no)
|
||||
:connect closest;
|
||||
endif
|
||||
if(all sensors connected) then (yes)
|
||||
label connect
|
||||
:can load workout;
|
||||
else (no)
|
||||
:add manually;
|
||||
goto connect
|
||||
endif
|
||||
stop
|
||||
@enduml
|
||||
```
|
||||
Loading…
Reference in new issue