mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
final python script version - moving to RUST
This commit is contained in:
parent
b2804c604b
commit
fba1dfc2be
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ def run_curses(stdscr):
|
||||||
last_match_check = now
|
last_match_check = now
|
||||||
|
|
||||||
stdscr.erase()
|
stdscr.erase()
|
||||||
stdscr.addstr(0, 2, "NTP Timeturner v1.3")
|
stdscr.addstr(0, 2, "NTP Timeturner v2 - Python Final")
|
||||||
stdscr.addstr(1, 2, f"Using Serial Port: {SERIAL_PORT}")
|
stdscr.addstr(1, 2, f"Using Serial Port: {SERIAL_PORT}")
|
||||||
|
|
||||||
if latest_ltc:
|
if latest_ltc:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue