8000
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 a482c36 commit 8696dc6Copy full SHA for 8696dc6
docs/library/network.WLAN.rst
@@ -133,3 +133,15 @@ Methods
133
dhcp_hostname The DHCP hostname to use
134
reconnects Number of reconnect attempts to make (integer, 0=none, -1=unlimited)
135
============= ===========
136
+
137
+.. method:: WLAN.wifi_ps(mode)
138
+ WLAN.wifi_ps()
139
140
+ Sets (when called with a parameter) or gets the ESP32 WLAN power save mode.
141
+ For details, please see the ESP-IDF WIFI documentation at https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi.html
142
143
+ The parameter mode may be one of the constants
144
145
+ * ``network.WIFI_PS_NONE``
146
+ * ``network.WIFI_PS_MIN_MODEM``
147
+ * ``network.WIFI_PS_MAX_MODEM``
0 commit comments