esp-idf/examples/protocols/http_server/persistent_sockets/main/Kconfig.projbuild
2022-12-16 14:40:37 +05:30

10 lines
247 B
Plaintext

menu "Example Configuration"
config EXAMPLE_SESSION_CTX_HANDLERS
bool "Update session ctx from another handler"
default n
help
Feature to show how session ctx can be manipulated by other handlers.
endmenu