mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
ui
This commit is contained in:
parent
7b41d7ad06
commit
1b51e45d87
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ pub fn start_ui(
|
|||
}
|
||||
|
||||
// 4️⃣ Compute averages & statuses
|
||||
let (avg_ms, _avg_frames, status_str, lock_ratio, avg_delta) = {
|
||||
let (avg_ms, avg_frames, status_str, lock_ratio, avg_delta) = {
|
||||
let st = state.lock().unwrap();
|
||||
(
|
||||
st.average_jitter(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue