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

Anytone Extensions: entry/display format of "groupCallHangTime" seems to be inconsistent? #325

Closed
allesand opened this issue Mar 21, 2023 · 3 comments

Comments

@allesand
Copy link

868 FW 2.40 here.

I tried various formats for entering hold times. According to lib/anytone_extension.cc time should be in seconds? If I enter "5 s", qdmr displays "5 ms", "15 s" -> "5 ms", "50 s" -> "0", "5000 ms" -> "0"

What is the correct way to enter the desired time here?

@hmatuschek
Copy link
Owner

True, is an issue with the changed regular expression syntax. The parser ignores every unit and interprets everything as ms. So 5000 should do. I'll fix it.

hmatuschek added a commit that referenced this issue Apr 6, 2023
hmatuschek added a commit that referenced this issue Apr 6, 2023
@hmatuschek
Copy link
Owner

Ok, should be fixed now.

@allesand
Copy link
Author

Yes, this is working now. Alas, I can't test whether it's written to the radio ok due to #328 But I think this one can be closed.

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

No branches or pull requests

2 participants