firmware-base/vendor/sming/Sming/samples/HttpServer_WebSockets/Kconfig
2026-01-28 16:42:43 +01:00

12 lines
286 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see kconfig/kconfig-language.txt.
#
mainmenu "Sample Configuration"
menu "Command Handler"
config ENABLE_CMD_HANDLER
bool "Enable command handler functionality"
default y
endmenu