NEW_UI: Extend timeout & new login method
This commit is contained in:
parent
038e13a00a
commit
dbdc82102f
2 changed files with 1091 additions and 1082 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
If Timeout > 60 Then
|
||||
If Timeout > 900 Then
|
||||
StatusLog "exit"
|
||||
|
||||
__CMD "cancel-pw-newui" "-" "-" "-"
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
Var Text1_9 = Text1_9 + " "
|
||||
Var Text1_9 = Text1_9 + SystemDate
|
||||
|
||||
Var BackToMainTime = 60 - Timeout
|
||||
Var BackToMainTime = 900 - Timeout
|
||||
|
||||
DEBUGVAR tmpPassPhrase
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue