Remove note about logging on ESP8266 (#1292)

This commit is contained in:
Peter van Dijk 2021-07-15 03:30:16 +02:00 committed by GitHub
parent 42f27b98a2
commit 447e67346d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -433,16 +433,6 @@ functions for this.
See :ref:`display-printf` for learning about how to use formatting in log strings.
.. note::
On ESP8266s you need to disable storing strings in flash to use logging in custom code.
.. code-block:: yaml
logger:
level: DEBUG
esp8266_store_log_strings_in_flash: False
See Also
--------