We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3e3f1 commit 5d72456Copy full SHA for 5d72456
CMakeLists.txt
@@ -78,8 +78,8 @@ endforeach()
78
idf_component_get_property(esp_wifi esp_wifi COMPONENT_LIB)
79
idf_build_get_property(build_components BUILD_COMPONENTS)
80
81
-if("espressif__esp-now" IN_LIST build_components)
82
- idf_component_get_property(esp-now espressif__esp-now COMPONENT_LIB)
+if("espp__esp-now" IN_LIST build_components)
+ idf_component_get_property(esp-now espp__esp-now COMPONENT_LIB)
83
else()
84
idf_component_get_property(esp-now esp-now COMPONENT_LIB)
85
endif()
0 commit comments