From b7492da6ca24cb3a2af8bbf89e45dff1c815cca0 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Fri, 13 Jan 2017 22:34:58 +1030 Subject: [PATCH] Updated second downlink freq, bugfix in TelemetryGUI. --- rx/TelemetryGUI.py | 2 +- start_rx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rx/TelemetryGUI.py b/rx/TelemetryGUI.py index 30d805f..5f36438 100644 --- a/rx/TelemetryGUI.py +++ b/rx/TelemetryGUI.py @@ -268,7 +268,7 @@ def imageTelemetryHandler(packet): timestamp = datetime.datetime.utcnow().strftime("%Y%m%d-%H%M%SZ") if upload_ok: - uploadFrameHabitatStatus.setText("Last Upload: %s" % datetime.utcnow().strftime("%H:%M:%S")) + uploadFrameHabitatStatus.setText("Last Upload: %s" % datetime.datetime.utcnow().strftime("%H:%M:%S")) console.appendPlainText("%s \tHabitat Upload: OK") else: uploadFrameHabitatStatus.setText("Last Upload: Failed!") diff --git a/start_rx.sh b/start_rx.sh index 691f77d..86cbba3 100755 --- a/start_rx.sh +++ b/start_rx.sh @@ -13,7 +13,7 @@ MYCALL=CHANGEME # Default Wenet RX Frequency (also used for SHSSP1 in Jan 2017) RXFREQ=440980000 # Secondary downlink frequency, to be used on SHSSP2 in Jan 2017 -#RXFREQ=446280000 +#RXFREQ=443280000 # Change the following path as appropriate. # If running this from a .desktop file, you may need to set an absolute path here