add an additional wait
This commit is contained in:
parent
6a8b39ca4f
commit
92b342b89a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue