mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
fix(plots/motor_map): removed single callback flag for connecting device_readback motors
This commit is contained in:
@ -186,9 +186,7 @@ class BECMotorMap(BECPlotBase):
|
||||
MessageEndpoints.device_readback(self.motor_y),
|
||||
]
|
||||
|
||||
self.bec_dispatcher.connect_slot(
|
||||
self.on_device_readback, endpoints, single_callback_for_all_topics=True
|
||||
)
|
||||
self.bec_dispatcher.connect_slot(self.on_device_readback, endpoints)
|
||||
|
||||
def _make_motor_map(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user