fix(wifi): fix writing errors

This commit is contained in:
Zhang Jun Hao
2020-05-25 18:01:34 +08:00
parent 2a65b024e7
commit d48e1172f4
44 changed files with 43 additions and 46 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.
*/