mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-07 22:49:10 +08:00
feat(esp8266): make tx rate start from 1M when ap is too close with station
This commit is contained in:
components/esp8266
@ -38,6 +38,8 @@ void esp_wifi_set_rx_pbuf_mem_type(wifi_rx_pbuf_mem_type_t type);
|
||||
*/
|
||||
wifi_rx_pbuf_mem_type_t esp_wifi_get_rx_pbuf_mem_type(void);
|
||||
|
||||
int8_t esp_wifi_get_ap_rssi(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user