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")
|
||||
|
||||
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!")
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue