Commit 7d9f7278 authored by Joel Collins's avatar Joel Collins
Browse files

Fixed camera config being overwritten instead of updated

parent 4f2cf79a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ class Microscope(object):
        # If attached to a camera
        if self.camera:
            # Update camera config
            self.camera.config = config
            self.camera.config.update(config)

        # If attached to a stage
        # TODO: Convert stage settings into a config expansion