Small fix for slow Set error
This commit is contained in:
parent
bd0a298168
commit
6acc25978b
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue