We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Currently prints: File "adafruit_rfm9x.py", line 529, in tx_power AssertionError:
File "adafruit_rfm9x.py", line 529, in tx_power AssertionError:
Should be AssertionError: Power range must be from 5 to 23dB https://github.com/adafruit/Adafruit_CircuitPython_RFM9x/blob/master/adafruit_rfm9x.py#L529
AssertionError: Power range must be from 5 to 23dB
The text was updated successfully, but these errors were encountered:
Also the AssertionError for frequency_mhz, should return an error describing a range within 240Mhz to 960MHz
AssertionError
frequency_mhz
Sorry, something went wrong.
fc04167
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Currently prints:
File "adafruit_rfm9x.py", line 529, in tx_power AssertionError:
Should be
AssertionError: Power range must be from 5 to 23dB
https://github.com/adafruit/Adafruit_CircuitPython_RFM9x/blob/master/adafruit_rfm9x.py#L529
The text was updated successfully, but these errors were encountered: