final python script version - moving to RUST

This commit is contained in:
Chris Frankland-Wright 2025-07-08 18:50:12 +01:00 committed by GitHub
parent b2804c604b
commit fba1dfc2be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: