some ssid fixes

This commit is contained in:
DJ2LS 2022-12-19 16:04:30 +01:00
parent f64c4ff0dd
commit 847c3928df

View file

@ -2348,7 +2348,7 @@ class DATA:
# combined_snr = own rx snr / snr on dx side # combined_snr = own rx snr / snr on dx side
combined_snr = f"{static.SNR}/{dxsnr}" combined_snr = f"{static.SNR}/{dxsnr}"
helpers.add_to_heard_stations( helpers.add_to_heard_stations(
self.dxcallsign, static.DXCALLSIGN,
static.DXGRID, static.DXGRID,
"PING-ACK", "PING-ACK",
combined_snr, combined_snr,
@ -2360,7 +2360,7 @@ class DATA:
"[TNC] PING ACK [" "[TNC] PING ACK ["
+ str(mycallsign, "UTF-8") + str(mycallsign, "UTF-8")
+ "] >|< [" + "] >|< ["
+ str(self.dxcallsign, "UTF-8") + str(static.DXCALLSIGN, "UTF-8")
+ "]", + "]",
snr=static.SNR, snr=static.SNR,
dxsnr=dxsnr, dxsnr=dxsnr,