Commit 6301e1cb authored by Giuseppe Carboni's avatar Giuseppe Carboni Committed by GitHub
Browse files

Fix #464, enabled the monitoring of the LP band receiver in receiversmonitor.py (#465)

parent 22466c78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ common_receiver_properties = (

mapping = (
    ('ANTENNA/Boss', ('rawAzimuth', 'rawElevation')),
    # ('RECEIVERS/SRTLPBandReceiver', common_receiver_properties),
    ('RECEIVERS/SRTLPBandReceiver', common_receiver_properties),
    ('RECEIVERS/SRTKBandMFReceiver', common_receiver_properties),
    ('RECEIVERS/SRT7GHzReceiver', common_receiver_properties),
)