You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/wifi.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,10 @@ Configuration variables:
81
81
82
82
- **output_power** (*Optional*, string): The amount of TX power for the WiFi interface from 8.5dB to 20.5dB. Default for ESP8266 is 20dB, 20.5dB might cause unexpected restarts.
83
83
- **fast_connect** (*Optional*, boolean): If enabled, directly connects to WiFi network without doing a full scan
84
-
first. This is required for hidden networks and can significantly improve connection times. Defaults to ``off``.
84
+
first. This is required for hidden networks and can significantly improve connection times (thus reducing power consumption). Defaults to ``off``.
85
85
The downside is that this option connects to the first network the ESP sees, even if that network is very far away and
86
-
better ones are available.
86
+
better ones are available. If multiple networks are configured, the last successfully connected one is tested first.
87
+
In case it fails, all networks are then tested one after the other in their declared order, starting with the first one in the list.
87
88
- **passive_scan** (*Optional*, boolean): If enabled, then the device will perform WiFi scans in a passive fashion. Defaults to ``false``.
88
89
89
90
- **enable_btm** (*Optional*, bool): Only on ``esp32`` with ``esp-idf``. Enable 802.11v BSS Transition Management support.
0 commit comments