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

Invalid non-compliance warning #25

Open
inductivekickback opened this issue Mar 31, 2022 · 0 comments
Open

Invalid non-compliance warning #25

inductivekickback opened this issue Mar 31, 2022 · 0 comments

Comments

@inductivekickback
Copy link

Howdy,

In knob_tester_ble.py (line 245) there is a misbehaving check that prints a colorful warning:

elif check_range(accepted_keys, 16, 17): print(Fore.RED + 'Peripheral accepts key size greater than 16. Non-compliance!!!')

The problem is that check_range returns True if accepted_keys is [16].

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

1 participant