esp_wifi: Remove WIFI_PS_MODEM constant
Deprecated in ESP-IDF V3.1
This commit is contained in:
parent
94ba3a20cb
commit
71fad5e2c0
1 changed files with 0 additions and 2 deletions
|
@ -191,8 +191,6 @@ typedef enum {
|
|||
WIFI_PS_MAX_MODEM, /**< Maximum modem power saving. In this mode, interval to receive beacons is determined by the listen_interval parameter in wifi_sta_config_t */
|
||||
} wifi_ps_type_t;
|
||||
|
||||
#define WIFI_PS_MODEM WIFI_PS_MIN_MODEM /**< @deprecated Use WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM instead */
|
||||
|
||||
#define WIFI_PROTOCOL_11B 1
|
||||
#define WIFI_PROTOCOL_11G 2
|
||||
#define WIFI_PROTOCOL_11N 4
|
||||
|
|
Loading…
Reference in a new issue