mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
Merge branch 'bugfix/fix_writing_errors_v3.3' into 'release/v3.3'
fix(wifi): fix writing errors(backport v3.3) See merge request sdk/ESP8266_RTOS_SDK!1409
This commit is contained in:
@ -90,9 +90,6 @@ 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