Skip to content

Commit 6be07fb

Browse files
authored
Add missing WiFi module to ESP32c3 build (#3659)
1 parent a78abd4 commit 6be07fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/modules/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ elseif(IDF_TARGET STREQUAL "esp32s3")
7777
)
7878
elseif(IDF_TARGET STREQUAL "esp32c3")
7979
list(APPEND module_srcs
80+
${wifi_modules}
8081
)
8182
elseif(IDF_TARGET STREQUAL "esp32c6")
8283
list(APPEND module_srcs

0 commit comments

Comments
 (0)