diff --git a/components/modules/CMakeLists.txt b/components/modules/CMakeLists.txt index a1525569..6d60e04d 100644 --- a/components/modules/CMakeLists.txt +++ b/components/modules/CMakeLists.txt @@ -77,6 +77,7 @@ elseif(IDF_TARGET STREQUAL "esp32s3") ) elseif(IDF_TARGET STREQUAL "esp32c3") list(APPEND module_srcs + ${wifi_modules} ) elseif(IDF_TARGET STREQUAL "esp32c6") list(APPEND module_srcs