mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
247 B
Plaintext
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
|