WIP: kw1fox-2/software #13

Draft
Kenwood wants to merge 27 commits from kw1fox-2/software into master
1 changed files with 3 additions and 2 deletions
Showing only changes of commit b466adaa80 - Show all commits

View File

@ -1,3 +1,4 @@
import time
import subprocess as sp import subprocess as sp
from Xlib import display, X from Xlib import display, X
@ -95,11 +96,11 @@ class Streamer:
frame.paste(image) frame.paste(image)
# Populate text, normally this should poll or use shared vars! # Populate text, normally this should poll or use shared vars!
info = """ info = f"""
KW1FOX-1 KW1FOX-1
Online! Online!
Volt: N/A Volt: N/A
Last comm: N/A Last comm: {int(time.time())}
KW1FOX-2 KW1FOX-2
Offline. Offline.