This commit is contained in:
Michael (XIAO Xufeng)
2022-12-26 15:35:28 +08:00
parent 0fcd384677
commit 57a9c67c01
14 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ See also
* :doc:`Partition Table documentation <../../api-guides/partition-tables>`
* :doc:`Partition API <../storage/partition>`
* :doc:`Lower-Level SPI Flash API <../peripherals/spi_flash/spi_flash>`
* :doc:`Lower-Level SPI Flash API <../peripherals/spi_flash/index>`
* :doc:`ESP HTTPS OTA <esp_https_ota>`
Application Example
+1 -1
View File
@@ -99,7 +99,7 @@ The default timeout period for the TWDT is set using config item :ref:`CONFIG_ES
- Increase :ref:`CONFIG_ESP_TASK_WDT_TIMEOUT_S` in menuconfig for a larger watchdog timeout period.
- You can also call :cpp:func:`esp_task_wdt_init` to increase the watchdog timeout period before erasing a large flash area.
For more information, you can refer to :doc:`SPI Flash <../peripherals/spi_flash/spi_flash>`.
For more information, you can refer to :doc:`SPI Flash <../peripherals/spi_flash/index>`.
The following config options control TWDT configuration. They are all enabled by default: