Commit f8e486b9 authored by Andrey Filippov's avatar Andrey Filippov

Bug fix in temperature scanning

parent fd4fdfae
...@@ -5453,6 +5453,7 @@ if (MORE_BUTTONS) { ...@@ -5453,6 +5453,7 @@ if (MORE_BUTTONS) {
System.out.println(" Measured "+runs+", t="+FOCUS_MEASUREMENT_PARAMETERS.sensorTemperature+"C, "+secondsLeftState+" seconds left "); System.out.println(" Measured "+runs+", t="+FOCUS_MEASUREMENT_PARAMETERS.sensorTemperature+"C, "+secondsLeftState+" seconds left ");
} }
} }
if (scanState>=(stateNames.length-1)) break; // last state is "Finished"
} }
if (!modeAverage) { if (!modeAverage) {
if (DEBUG_LEVEL>0) System.out.println("Turning both heater and fan off"); if (DEBUG_LEVEL>0) System.out.println("Turning both heater and fan off");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment