diff --git a/script/local.py b/script/local.py index 64b3042b..c534968a 100644 --- a/script/local.py +++ b/script/local.py @@ -216,7 +216,7 @@ def adjust_sensors(): global SENSORS if SENSORS is not None: # Move integration to end - for dev in ["Integration", "AngleDistribution", "Scienta.dataMatrix"]: + for dev in ["Scienta.spectrum","Integration", "AngleDistribution", "Scienta.dataMatrix"]: if dev in SENSORS: SENSORS=SENSORS+[SENSORS.pop(SENSORS.index(dev))]