We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8568338 commit 2156ddcCopy full SHA for 2156ddc
docs/library/network.WLAN.rst
@@ -130,3 +130,15 @@ Methods
130
password Access password (string)
131
dhcp_hostname The DHCP hostname to use
132
============= ===========
133
+
134
+.. method:: WLAN.wifi_ps(mode)
135
+ WLAN.wifi_ps()
136
137
+ Sets (when called with a parameter) or gets the ESP32 WLAN power save mode.
138
+ For details, please see the ESP-IDF WIFI documentation at https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi.html
139
140
+ The parameter mode may be one of the constants
141
142
+ * ``network.WIFI_PS_NONE``
143
+ * ``network.WIFI_PS_MIN_MODEM``
144
+ * ``network.WIFI_PS_MAX_MODEM``
0 commit comments