Script execution
This commit is contained in:
+2
-2
@@ -212,6 +212,6 @@ def adjust_sensors():
|
||||
if (SENSORS is not None) and isinstance(SENSORS,list):
|
||||
# Move integration to end
|
||||
for dev in [Integration, AngleDistribution]:
|
||||
if dev in SENSORS:
|
||||
SENSORS=SENSORS+[SENSORS.pop(SENSORS.index(dev))]
|
||||
if dev.getName() in SENSORS:
|
||||
SENSORS=SENSORS+[SENSORS.pop(SENSORS.index(dev.getName()))]
|
||||
|
||||
Reference in New Issue
Block a user