mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-01 06:27:29 +00:00
fix(esp_wifi): Fix issue of station disconnecting immediately when AP RSSI is zero
This commit is contained in:
@@ -1191,7 +1191,8 @@ esp_err_t esp_wifi_statis_dump(uint32_t modules);
|
||||
* @attention If the user wants to receive another WIFI_EVENT_STA_BSS_RSSI_LOW event after receiving one, this API needs to be
|
||||
* called again with an updated/same RSSI threshold.
|
||||
*
|
||||
* @param rssi threshold value in dbm between -100 to 0
|
||||
* @param rssi threshold value in dbm between -100 to 10
|
||||
* Note that in some rare cases where signal strength is very strong, rssi values can be slightly positive.
|
||||
*
|
||||
* @return
|
||||
* - ESP_OK: succeed
|
||||
|
Reference in New Issue
Block a user