libwebsockets/Kconfig
Andy Green c7c4ae0aa4 ESP32 platform
This is enough for all the test app features to work on ESP32 without
SSL.
2017-02-18 17:27:22 +08:00

9 lines
133 B
Text

menu "Libwebsockets"
config LWS
bool "Enable Libwebsockets"
default n
help
Enable Libwebsockets Library
endmenu