Browse Source

Gui Änderung

Janek 2 years ago
parent
commit
49569057ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      raspberry-pi/sensors/acousticSensor.py

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

@@ -158,7 +158,7 @@ class AcousticSensor:
         self.log_handler.log_and_print("  overhead_left:  {:8.3f} us".format(self.overhead_left))
         self.log_handler.log_and_print("  overhead_right: {:8.3f} us".format(self.overhead_right))
 
-        self.calibration_state.next_state()
+        self.calibrathttps://gogs.es-lab.de/wokoeck_ch/lern-tracking-systemion_state.next_state()
 
   def read(self):
     value = conn.getAcousticRTTs()