Skip to content

PWMScanner - minimum strength does not work #4

@GrahamCobb

Description

@GrahamCobb

The main processing loop does not ignore packets with less than the minimum signal strength.

Let me know if you need a pull request, but the fix is straightforward. After the call to showStatus() add:

            strength= 0 - ord(str(d.getRSSI()))
            if strength < minimumStrength:
                    continue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions