Skip to content

Added a Signal Strength Function #11

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

Closed
wants to merge 1 commit into from

Conversation

graemerae
Copy link

Added a function to return Signal Strength
(note previous PR was mangled because of an indent issue on my browser)

Added a function to return Signal Strength
@evaherrada
Copy link
Collaborator

So, the indentation looks good, but it's failing black. I'd start by installing black with pip. Then, run this in the repository folder:
black --target-version=py35 .

@evaherrada evaherrada linked an issue Oct 7, 2020 that may be closed by this pull request
@evaherrada evaherrada changed the title Update adafruit_rockblock.py Added a Signal Strength Function Oct 7, 2020


@property
def signalStrength(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename to signal_quality to avoid use of camel case and better match parameter name to ISU AT Command Reference.

@caternuson
Copy link
Contributor

@graemerae Keep trying. This is a really good PR to get more familiar with the general PR process. If you commit and push the changes to your PR branch, the updates will automatically be seen here and the checks will run again. No need for a new separate PR.

@kattni
Copy link
Contributor

kattni commented Jan 6, 2021

@graemerae Are you still interested in working on this?

@graemerae
Copy link
Author

graemerae commented Jan 6, 2021 via email

@kattni
Copy link
Contributor

kattni commented Jan 6, 2021

@graemerae You can push to this PR branch and it will update this PR. I'm guessing you did it through GitHub though, which makes editing it a little more interesting. If you'd like to, you can make the changes and make a new PR with all the changes. Or, we have a guide on Contributing with Git and GitHub here that might help you figure out running things locally. If you're not already on the Adafruit Discord, we're also available there for questions.

@caternuson
Copy link
Contributor

Closing. This was added with #15 and released with 1.2.0. Look for the new signal_quality property.

@caternuson caternuson closed this Jan 12, 2021
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

Successfully merging this pull request may close these issues.

Added a Signal Strength Function
4 participants