1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
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