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.
 
 
 
 
lambda a498e4edea
Save ble adapter in state
11 months ago
src Save ble adapter in state 11 months ago
src-tauri Save ble adapter in state 11 months ago
.gitignore add tauri app 1 year ago
readme.org Add basic device connection logic doc 11 months ago

readme.org

Minimalistic web application for running zwo workouts.

This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.

@startuml
start
fork
  :поиск перефирии;
fork again
  :запрос сохранённых датчиков;
end merge
if(сохранённые датчики найдены) then (да)
  :подключаем сохранённые;
else (нет)
  :подключаем наиболее мощные;
endif
if(все датчики подключены) then (да)
  label connect
  :предлагаем начать;
else (нет)
  :ручной ввод;
  goto connect
endif
stop
@enduml