Skip to content

Commit 4d51c89

Browse files
author
Michaela
committed
HOTFIX: receivers missing when SNR missing
1 parent 8723b7c commit 4d51c89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/tracker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,7 @@ function updateVehicleInfo(vcallsign, newPosition) {
10801080
continue;
10811081
}
10821082
}
1083+
callsign_list.push(_new_call); // catch cases where there is no SNR or RSSI
10831084
}
10841085
}
10851086
callsign_list = callsign_list.join(", ");
@@ -1524,6 +1525,7 @@ var mapInfoBox_handle_path_fetch = function(id,vehicle) {
15241525
continue;
15251526
}
15261527
}
1528+
callsign_list.push(_new_call) // catch cases where there is no SNR or RSSI
15271529
}
15281530
}
15291531
callsign_list = callsign_list.join("<br /> ");

0 commit comments

Comments
 (0)