fix(wifi): fix writing error

This commit is contained in:
Zhang Jun Hao
2020-05-25 16:51:12 +08:00
parent 03164a842b
commit 655f934008
9 changed files with 8 additions and 11 deletions

View File

@ -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.
*/