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

Add new function to obtain connection RSSI info #1138

Merged
merged 2 commits into from
May 20, 2024

Commits on May 16, 2024

  1. Add network:sta_rssi/0 to ESP32 network driver

    Adds the ability to get the signal strength, in decibels, of the connection
    to the access point the device is connected to.
    
    Signed-off-by: Winford <[email protected]>
    UncleGrumpy committed May 16, 2024
    Configuration menu
    Copy the full SHA
    487263a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Add support for network:sta_rssi/0 to pico-w network driver

    Adds the ability to get the signal strength, in decibels, of the connection
    to the access point the pico-w is connected to.
    
    Signed-off-by: Winford <[email protected]>
    UncleGrumpy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b4fe0a6 View commit details
    Browse the repository at this point in the history