You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
720 B
30 lines
720 B
Minimalistic web application for running zwo workouts.
|
|
|
|
# Tauri + Vanilla
|
|
|
|
This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.
|
|
|
|
#+begin_src plantuml
|
|
@startuml
|
|
start
|
|
fork
|
|
:поиск перефирии;
|
|
fork again
|
|
:запрос сохранённых датчиков;
|
|
end merge
|
|
if(сохранённые датчики найдены) then (да)
|
|
:подключаем сохранённые;
|
|
else (нет)
|
|
:подключаем наиболее мощные;
|
|
endif
|
|
if(все датчики подключены) then (да)
|
|
label connect
|
|
:предлагаем начать;
|
|
else (нет)
|
|
:ручной ввод;
|
|
goto connect
|
|
endif
|
|
stop
|
|
@enduml
|
|
#+end_src
|