fix(lib): fix set phy mode error

This commit is contained in:
Zhang Jun Hao
2019-02-13 15:41:56 +08:00
parent 30cf28ebbb
commit 3412ec4620
3 changed files with 4 additions and 3 deletions

View File

@ -386,10 +386,11 @@ esp_err_t esp_wifi_get_ps(wifi_ps_type_t *type);
/** /**
* @brief Set protocol type of specified interface * @brief Set protocol type of specified interface
* The default protocol is (WIFI_PROTOCOL_11B|WIFI_PROTOCOL_11G|WIFI_PROTOCOL_11N) * The default protocol is (WIFI_PROTOCOL_11B|WIFI_PROTOCOL_11G)
* *
* @attention Currently we only support 802.11b or 802.11bg or 802.11bgn mode * @attention Currently we only support 802.11b or 802.11bg or 802.11bgn mode
* * @attention Please call this API in SYSTEM_EVENT_STA_START event
*
* @param ifx interfaces * @param ifx interfaces
* @param protocol_bitmap WiFi protocol bitmap * @param protocol_bitmap WiFi protocol bitmap
* *

View File

@ -1,6 +1,6 @@
gwen: gwen:
core: 5550687 core: 5550687
net80211: 8d274fc net80211: df6033c
pp: 43ab603 pp: 43ab603
wpa: 4e2372f wpa: 4e2372f
espnow: eeb16c6 espnow: eeb16c6

Binary file not shown.