mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 21:48:05 +08:00
fix(wifi): fix compatibility issues with AP which configured to 11n only
This commit is contained in:
@ -90,6 +90,9 @@ extern "C" {
|
||||
|
||||
#define ESP_WIFI_PARAM_USE_NVS 0
|
||||
|
||||
#define WIFI_PROTOCAL_11B 1
|
||||
#define WIFI_PROTOCAL_11G 2
|
||||
#define WIFI_PROTOCAL_11N 4
|
||||
/**
|
||||
* @brief WiFi stack configuration parameters passed to esp_wifi_init call.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user