]> granicus.if.org Git - esp-idf/commit
sdkconfig: set CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 by default
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 15 May 2017 02:32:35 +0000 (10:32 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 25 May 2017 02:51:39 +0000 (10:51 +0800)
commit3c583a76553856091305ffec39194711efb4cb10
tree26d3bfd400bca4ca2ba0b76d7b69fb12d42dce01
parent9634f1815dda6b831fc0405d77744d2911c06208
sdkconfig: set CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 by default

To increase the chances that the examples work out of the box, this
change is raising the default deep sleep wakeup delay to 1ms.
If GPIO15 is low at startup, ROM code takes less time to execute
(because no logging is performed), so more time may be needed to allow
flash chip to become ready.
components/esp32/Kconfig
examples/system/deep_sleep/sdkconfig.defaults
examples/system/ulp/sdkconfig.defaults
examples/system/ulp_adc/sdkconfig.defaults