소스 검색

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

Christian Woköck 2 년 전
부모
커밋
1efedb346c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")