Files
4yn_slidershim/README.md
T
2022-02-05 11:44:42 +08:00

16 lines
263 B
Markdown

# Todo
- input polling rate counter
- led polling rate settings
- settings serializer
- brokenithm server
- ouptut websocket
- led websocket
- comments
```
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
$env:RUST_BACKTRACE = "1";
yarn tauri dev
```