mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
Merge branch 'bugfix/kconfig_defaults' into 'master'
kconfig: Changed default values of `bool` configs Closes IDF-4747 See merge request espressif/esp-idf!17447
This commit is contained in:
@@ -2,7 +2,6 @@ menu "Example Configuration"
|
||||
|
||||
config EXAMPLE_ENABLE_HTTPS_USER_CALLBACK
|
||||
bool "Enable user callback with HTTPS Server"
|
||||
default false
|
||||
help
|
||||
Enable user callback for esp_https_server which can be used to get SSL context (connection information)
|
||||
E.g. Certificate of the connected client
|
||||
|
Reference in New Issue
Block a user