From 6f43f7faeeee8470c4e967b1887bd2f04baced16 Mon Sep 17 00:00:00 2001 From: Dan Jackson Date: Tue, 3 May 2022 00:09:19 -0700 Subject: [PATCH] Allow wifi output_power down to 8.5dB (#2028) --- components/wifi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/wifi.rst b/components/wifi.rst index 0bc28f5be..fe19d50be 100644 --- a/components/wifi.rst +++ b/components/wifi.rst @@ -79,7 +79,7 @@ Configuration variables: - **power_save_mode** (*Optional*, string): The power save mode for the WiFi interface. See :ref:`wifi-power_save_mode` -- **output_power** (*Optional*, string): The amount of TX power for the WiFi interface from 10dB to 20.5dB. Default for ESP8266 is 20dB, 20.5dB might cause unexpected restarts. +- **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. - **fast_connect** (*Optional*, boolean): If enabled, directly connects to WiFi network without doing a full scan first. This is required for hidden networks and can significantly improve connection times. Defaults to ``off``. The downside is that this option connects to the first network the ESP sees, even if that network is very far away and