Skip to content

Commit 5d86cdf

Browse files
committed
Merge branch 'current' into beta
2 parents 81b578a + 3415a0d commit 5d86cdf

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

components/display/ssd1306_i2c.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ Configuration variables:
6262
- **pages** (*Optional*, list): Show pages instead of a single lambda. See :ref:`display-pages`.
6363
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
6464

65+
.. note::
66+
67+
To speed up the display update process you can select higher i2c frequencies.
68+
6569
See Also
6670
--------
6771

components/i2c.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Configuration variables:
3333
Note that this can slow down startup and is only recommended for when setting up new sensors. Defaults to
3434
``False``.
3535
- **frequency** (*Optional*, float): Set the frequency the i²c bus should operate on.
36+
Defaults to ``50KHz``. Values are ``50KHz``, ``100KHz``, ``200KHz``, ... ``800KHz``
3637

3738
.. note::
3839

guides/faq.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ Some steps that can help with the issue:
196196
- If you're using a hidden WiFi network, make sure to enable ``fast_connect`` mode in the WiFi
197197
configuration (also sometimes helps with non-hidden networks)
198198
- Give your ESP a :ref:`static IP <wifi-manual_ip>`.
199-
- Set the ``power_save_mode`` to ``light`` in the ``wifi:`` config. See :ref:`wifi-power_save_mode`.
199+
- Set the ``power_save_mode`` to ``light`` in the ``wifi:`` config (only helps in some cases,
200+
in other it can make things works). See :ref:`wifi-power_save_mode`.
200201
- The issue seems to be happen with cheap boards more frequently. Especially the "cheap" NodeMCU
201202
boards from eBay sometimes have quite bad antennas.
202203

0 commit comments

Comments
 (0)