mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00

Add lws_display and minimal example support for esp32-wrover to match wsp32-heltec-wb32 Since no usable buttons that don't affect something else on wrover kit, assumes a button to 0V on GPIO14.
6 lines
309 B
CMake
6 lines
309 B
CMake
idf_component_register(SRCS
|
|
"lws-minimal-esp32.c"
|
|
INCLUDE_DIRS "../libwebsockets/include;${IDF_PATH}/components/spi_flash/include;${IDF_PATH}/components/nvs_flash/include;${IDF_PATH}/components/mdns/include")
|
|
|
|
target_link_libraries(${COMPONENT_LIB} websockets)
|
|
include_directories(../build/libwebsockets)
|