fix(kconfig): Fix issues with Kconfig files

This commit is contained in:
Jan Beran
2025-02-04 11:44:15 +01:00
parent eb5c2485e2
commit 2ccbb2f91d
9 changed files with 15 additions and 7 deletions

View File

@@ -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