Skip to content

Commit

Permalink
Add missing WiFi module to ESP32c3 build (#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
serg3295 authored Aug 8, 2024
1 parent a78abd4 commit 6be07fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6be07fb

Please sign in to comment.