Merge branch 'fix/fix_kconfig_files' into 'master'

fix(kconfig): Fix issues with Kconfig files

See merge request espressif/esp-idf!36726
This commit is contained in:
Roland Dobai
2025-03-07 18:24:06 +08:00
9 changed files with 15 additions and 7 deletions
@@ -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