kopia lustrzana https://github.com/projecthorus/wenet
Updated second downlink freq, bugfix in TelemetryGUI.
rodzic
0f9cfc90ec
commit
b7492da6ca
|
@ -268,7 +268,7 @@ def imageTelemetryHandler(packet):
|
||||||
timestamp = datetime.datetime.utcnow().strftime("%Y%m%d-%H%M%SZ")
|
timestamp = datetime.datetime.utcnow().strftime("%Y%m%d-%H%M%SZ")
|
||||||
|
|
||||||
if upload_ok:
|
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")
|
console.appendPlainText("%s \tHabitat Upload: OK")
|
||||||
else:
|
else:
|
||||||
uploadFrameHabitatStatus.setText("Last Upload: Failed!")
|
uploadFrameHabitatStatus.setText("Last Upload: Failed!")
|
||||||
|
|
|
@ -13,7 +13,7 @@ MYCALL=CHANGEME
|
||||||
# Default Wenet RX Frequency (also used for SHSSP1 in Jan 2017)
|
# Default Wenet RX Frequency (also used for SHSSP1 in Jan 2017)
|
||||||
RXFREQ=440980000
|
RXFREQ=440980000
|
||||||
# Secondary downlink frequency, to be used on SHSSP2 in Jan 2017
|
# Secondary downlink frequency, to be used on SHSSP2 in Jan 2017
|
||||||
#RXFREQ=446280000
|
#RXFREQ=443280000
|
||||||
|
|
||||||
# Change the following path as appropriate.
|
# Change the following path as appropriate.
|
||||||
# If running this from a .desktop file, you may need to set an absolute path here
|
# If running this from a .desktop file, you may need to set an absolute path here
|
||||||
|
|
Ładowanie…
Reference in New Issue