12 lines
353 B
CMake
12 lines
353 B
CMake
idf_component_register(
|
|
SRCS "main.cpp" "wifi_provisioner.cpp" "clock_core.cpp" "vfd_driver.cpp"
|
|
INCLUDE_DIRS ""
|
|
REQUIRES nvs_flash esp_wifi esp_http_server etlcpp json skullc
|
|
EMBED_FILES "${CMAKE_CURRENT_LIST_DIR}/static/index.html"
|
|
)
|
|
|
|
component_compile_definitions(
|
|
SKULLC_WITH_HAL
|
|
SKULLC_USE_HAL_ESP
|
|
)
|