From b92d407221ce209010fb6f292c9040e9622319a9 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 22 Feb 2019 17:02:39 +0100 Subject: [PATCH] Add note about power_save_mode Fixes https://github.com/esphome/issues/issues/73 --- guides/faq.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/faq.rst b/guides/faq.rst index 10eb71a1f..f503567d7 100644 --- a/guides/faq.rst +++ b/guides/faq.rst @@ -234,7 +234,8 @@ not have a real solution. Some steps that can help with the issue: -- Set the ``power_save_mode`` to ``light`` in the ``wifi:`` config. See :ref:`wifi-power_save_mode`. +- Set the ``power_save_mode`` to ``light`` in the ``wifi:`` config (only helps in some cases, + in other it can make things works). See :ref:`wifi-power_save_mode`. - If you're using a hidden WiFi network, make sure to enable ``fast_connect`` mode in the WiFi configuration. - Use the most recent version of th arduino framework. The platformio arduino package always takes some time to update and the most recent version often includes some awesome