mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-07-31 06:32:01 +08:00
update WIFI_PS_MODEM to WIFI_PS_MAX_MODEM in ESP32
This commit is contained in:
parent
45099ba46b
commit
67b4054ca6
@ -30,7 +30,7 @@
|
||||
#include "FS.h"
|
||||
#include "SPIFFS.h"
|
||||
#define WIFI_NONE_SLEEP WIFI_PS_NONE
|
||||
#define WIFI_MODEM_SLEEP WIFI_PS_MODEM
|
||||
#define WIFI_MODEM_SLEEP WIFI_PS_MAX_MODEM
|
||||
#define WIFI_PHY_MODE_11B WIFI_PROTOCOL_11B
|
||||
#define WIFI_PHY_MODE_11G WIFI_PROTOCOL_11B | WIFI_PROTOCOL_11G
|
||||
#define WIFI_PHY_MODE_11N WIFI_PROTOCOL_11B | WIFI_PROTOCOL_11G | WIFI_PROTOCOL_11N
|
||||
|
Loading…
x
Reference in New Issue
Block a user