mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 17:08:49 +00:00
fix(kconfig): Fix issues with Kconfig files
This commit is contained in:
@@ -6,7 +6,7 @@ menu "Example Configuration"
|
||||
Target endpoint host-name for the example to use.
|
||||
config EXAMPLE_ENABLE_RESPONSE_BUFFER_DUMP
|
||||
bool "Enable logging response buffer from HTTP event handler"
|
||||
default false
|
||||
default n
|
||||
help
|
||||
HTTP response is accumulated in output_buffer. Enable this config to print the accumulated response
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user