|
|
@@ -67,7 +67,7 @@ class MeasurementController:
|
|
|
|
|
|
# Check for unconfigured cell (could also be when the device resets)
|
|
|
cell = slot.get_cell()
|
|
|
- if status is DeviceStatus.INSERTED and cell and not cell.limits_transmitted:
|
|
|
+ if status is DeviceStatus.WAITING and cell and not cell.limits_transmitted:
|
|
|
self._update_cell_limits(device, slot)
|
|
|
cell.limits_transmitted = True
|
|
|
continue
|