Unverified Commit 6be07fbb authored by serg3295's avatar serg3295 Committed by GitHub
Browse files

Add missing WiFi module to ESP32c3 build (#3659)

parent a78abd41
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment