mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
Update timeturner.py
This commit is contained in:
parent
633ed142f5
commit
c9d15e1517
1 changed files with 2 additions and 2 deletions
|
|
@ -200,8 +200,8 @@ def run_curses(stdscr):
|
||||||
stdscr.addstr(4, 2, "LTC Timecode : …")
|
stdscr.addstr(4, 2, "LTC Timecode : …")
|
||||||
stdscr.addstr(5, 2, "Frame Rate : …")
|
stdscr.addstr(5, 2, "Frame Rate : …")
|
||||||
stdscr.addstr(6, 2, f"System Clock : {format_time(get_system_time())}")
|
stdscr.addstr(6, 2, f"System Clock : {format_time(get_system_time())}")
|
||||||
stdscr.addstr(7, 2, "Sync Offset : …")
|
stdscr.addstr(7, 2, "Sync Jitter : …")
|
||||||
stdscr.addstr(8, 2, "Timecode Match: …")
|
stdscr.addstr(8, 2, "Sync Status : …")
|
||||||
stdscr.addstr(9, 2, "Lock Ratio : …")
|
stdscr.addstr(9, 2, "Lock Ratio : …")
|
||||||
|
|
||||||
if sync_enabled:
|
if sync_enabled:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue