Browse Source

Update 'raspberry-pi/sensors/opticalSensor.py'

Christian Woköck 2 years ago
parent
commit
1efedb346c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      raspberry-pi/sensors/opticalSensor.py

+ 1 - 1
raspberry-pi/sensors/opticalSensor.py

@@ -100,7 +100,7 @@ class OpticalSensor():
     self._t  = None
     self.success = False
     self.running = True
-    self.showImage = False
+    self.showImage = True
 
   def start(self):
     self.log_handler.log_and_print("start optical sensor")