mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
89a56392e3
Added example which fails without the fix Closes https://github.com/espressif/esp-idf/issues/10265
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
|