Closedown

This commit is contained in:
x03daop
2016-07-28 14:39:45 +02:00
parent bd9f45edb5
commit 5213097931

View File

@@ -209,7 +209,7 @@ public class XPSSpectrum extends Panel {
args.put("ENDSCAN", checkEndScan.isSelected());
currentScanIndex = -1;
runAsync("XPSSpectrum", args);
startTimer(500,100);
startTimer(500,10);
running = true;
}