Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu exit time #5

Open
zhqsoft opened this issue Aug 3, 2021 · 3 comments
Open

Menu exit time #5

zhqsoft opened this issue Aug 3, 2021 · 3 comments

Comments

@zhqsoft
Copy link

zhqsoft commented Aug 3, 2021

How to modify the auto exit waiting time under the menu interface? Now it takes 1400 seconds. It's too long. I didn't find the relevant settings in the source code.

@pav1388
Copy link

pav1388 commented Aug 3, 2021

File function_menu.c
Find ii = wait_for_key_ms(SHORT_WAIT_TIME);
Replace ii = wait_for_key_ms(200);
It turns out about 30 seconds. Two years ago it definitely worked.

@zhqsoft
Copy link
Author

zhqsoft commented Aug 3, 2021

文件 function_menu.c
查找 ii = wait_for_key_ms(SHORT_WAIT_TIME);
替换 ii = wait_for_key_ms(200);
结果是大约 30 秒。两年前它确实有效。

非常感谢,已经成功了。替换成200,无操作1分钟自动退出

File function_menu.c
Find ii = wait_for_key_ms(SHORT_WAIT_TIME);
Replace ii = wait_for_key_ms(200);
It turns out about 30 seconds. Two years ago it definitely worked.

Thank you very much. It has been successful. Replace with 200 and exit automatically after 1 minute without operation。

@zhqsoft
Copy link
Author

zhqsoft commented Aug 3, 2021

200 will lead to abnormal key function. It takes at least 1000, but it takes too long

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants