show more information on the sdr settings page

This commit is contained in:
Jakob Ketterl
2021-03-18 21:53:59 +01:00
parent 9dcf342b13
commit 364c7eb505
6 changed files with 26 additions and 12 deletions

View File

@ -236,7 +236,7 @@ class OpenWebRxReceiverClient(OpenWebRxClient, SdrSourceEventClient):
def __sendProfiles(self):
profiles = [
{"name": s.getName() + " " + p["name"], "id": sid + "|" + pid}
for (sid, s) in SdrService.getSources().items()
for (sid, s) in SdrService.getActiveSources().items()
for (pid, p) in s.getProfiles().items()
]
self.write_profiles(profiles)