add an additional wait

This commit is contained in:
Sandra Keßler 2017-08-06 23:20:01 +02:00
parent 6a8b39ca4f
commit 92b342b89a

View file

@ -244,6 +244,7 @@ public class SetTbrCommand implements Command {
Log.v("SetTbrCommand:tick",state+": adjusting duration("+requestedDuration+"/"+actualDuration+") with "+steps+" steps and "+retries+" retries left");
scripter.step(steps,(steps>0? RuffyScripter.Key.UP: RuffyScripter.Key.DOWN), 500);
scripter.waitScreen(1000);
scripter.waitScreen(1000);
}
else
{