From 5e6870fb2f0a78eb9fbe2b5357c301c9f1e8ea6d Mon Sep 17 00:00:00 2001 From: rainero84 Date: Mon, 9 May 2022 07:21:49 +0200 Subject: [PATCH] Update esp8266.rst (#2054) Co-authored-by: Rainer Oellermann --- components/esp8266.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esp8266.rst b/components/esp8266.rst index c4086337b..10ded12f7 100644 --- a/components/esp8266.rst +++ b/components/esp8266.rst @@ -37,6 +37,7 @@ Configuration variables: - **restore_from_flash** (*Optional*, boolean): Whether to store some persistent preferences in flash memory. Defaults to ``false``. - **board_flash_mode** (*Optional*, string): The SPI mode of the flash chip. One of ``qio``, ``qout``, ``dio`` and ``dout``. Defaults to ``dout`` for compatibility with all chips. Note: on the next OTA update the actual flash mode is automatically detected and changed to the appropriate one. +- **early_pin_init** (*Optional*, boolean): Specifies whether pins should be initialised as early as possible to known values. Recommended value is ``false`` where switches are involved, as these will toggle when updating the firmware or when restarting the device. Defaults to ``true``. See Also --------