Tag 2022-12-18 18:48:52 -08:00
rodzic 031e7aab81
commit 610efc31bd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -15659,7 +15659,7 @@ function pskSpotResults(buffer, flag)
{
for (const key in json.receptionReport)
{
if ("frequency" in json.receptionReport[key] && "sNR" in json.receptionReport[key])
if (typeof json.receptionReport[key].frequency != "undefined" && typeof json.receptionReport[key].sNR != "undefined")
{
var report;
var call = json.receptionReport[key].receiverCallsign;