WIFI_PS_MAX_MODEM feature requested #3896 (#3900)

This commit is contained in:
lbernstone
2020-09-30 06:06:58 -06:00
committed by GitHub
parent c18d50cb91
commit 19ccc479c3
2 changed files with 15 additions and 0 deletions

View File

@ -108,6 +108,7 @@ class WiFiGenericClass
bool enableAP(bool enable);
bool setSleep(bool enable);
bool setSleep(wifi_ps_type_t mode);
bool getSleep();
bool setTxPower(wifi_power_t power);