Commit 86cc29ee authored by Joel Collins's avatar Joel Collins
Browse files

Added default and test plugins to default microscoperc

parent bde2e9de
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ numpy_resolution: [1312, 976]
# Capture quality
jpeg_quality: 75

# Parameters specific to PiCamera objects
picamera_params:
  exposure_mode: 'off'
  awb_mode: 'off'
@@ -18,3 +19,8 @@ picamera_params:
  shutter_speed: 30000
  saturation: 0
  led: false

# Default plugins
plugins:
  - openflexure_microscope.plugins.default:Plugin
  - openflexure_microscope.plugins.test_plugin:FirstPlugin
 No newline at end of file