Skip to content

Commit 9cc96b1

Browse files
authored
[wifi] Document use_psram option (#5170)
1 parent a81799e commit 9cc96b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/wifi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Configuration variables:
9292
- **on_connect** (*Optional*, :ref:`Automation <automation>`): An action to be performed when a connection is established.
9393
- **on_disconnect** (*Optional*, :ref:`Automation <automation>`): An action to be performed when the connection is dropped.
9494
- **enable_on_boot** (*Optional*, boolean): If enabled, the WiFi interface will be enabled on boot. Defaults to ``true``.
95-
95+
- **use_psram** (*Optional*, boolean): For ESP32 only, requests that the WiFi libraries try to allocate memory from PSRAM. Defaults to ``false``. Requires PSRAM to be configured.
9696
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
9797

9898
Access Point Mode

0 commit comments

Comments
 (0)