Small fix for slow Set error

This commit is contained in:
Sandra Keßler 2017-08-06 22:02:34 +02:00
parent bd0a298168
commit 6acc25978b

View file

@ -254,8 +254,8 @@ public class SetTbrCommand implements Command {
else { else {
Log.v("SetTbrCommand:tick",state+": setting"); Log.v("SetTbrCommand:tick",state+": setting");
scripter.pressCheckKey(); scripter.pressCheckKey();
scripter.waitScreen(300); scripter.waitScreen(500);
if(scripter.currentMenu.getType()==MenuType.MAIN_MENU || scripter.currentMenu.getType()!=MenuType.WARNING_OR_ERROR) if(scripter.currentMenu.getType()==MenuType.MAIN_MENU || scripter.currentMenu.getType()==MenuType.WARNING_OR_ERROR)
{ {
Log.v("SetTbrCommand:tick",state+": set and going to SET"); Log.v("SetTbrCommand:tick",state+": set and going to SET");
updateState(SET, 30); updateState(SET, 30);