From fa6474fe9e23ffe6ad1b89d2c794403e4a372572 Mon Sep 17 00:00:00 2001 From: serg3295 Date: Thu, 8 Aug 2024 05:23:57 +0300 Subject: [PATCH] Add missing wifi module in esp32c3 build --- components/modules/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/components/modules/CMakeLists.txt b/components/modules/CMakeLists.txt index a15255695..6d60e04d7 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