Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
6be07fbb
Unverified
Commit
6be07fbb
authored
Aug 08, 2024
by
serg3295
Committed by
GitHub
Aug 08, 2024
Browse files
Add missing WiFi module to ESP32c3 build (#3659)
parent
a78abd41
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/modules/CMakeLists.txt
View file @
6be07fbb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment