From f57ab2d69b37a5594e95038d1b04b408a69baa5b Mon Sep 17 00:00:00 2001 From: Li Shuai Date: Wed, 20 Jan 2021 22:19:23 +0800 Subject: [PATCH] add brownout reset option prompt to menuconfig --- components/esp32c3/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp32c3/Kconfig b/components/esp32c3/Kconfig index cd54d9c192..49e2b75656 100644 --- a/components/esp32c3/Kconfig +++ b/components/esp32c3/Kconfig @@ -78,10 +78,10 @@ menu "ESP32C3-Specific" e.g. GCOV data dump. config ESP32C3_BROWNOUT_DET - bool + bool "Hardware brownout detect & reset" default y help - The ESP32-S3 has a built-in brownout detector which can detect if the voltage is lower than + The ESP32-C3 has a built-in brownout detector which can detect if the voltage is lower than a specific value. If this happens, it will reset the chip in order to prevent unintended behaviour.