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