From 6be07fbbf20f2c0ea0fa68e4b7f02e326698528d Mon Sep 17 00:00:00 2001 From: serg3295 <75196080+serg3295@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:45:34 +0300 Subject: [PATCH] Add missing WiFi module to ESP32c3 build (#3659) --- components/modules/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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