Skip to content

Commit 5d72456

Browse files
authored
fix: Update CMakeLists to properly namespace with espp (#3)
1 parent 9c3e3f1 commit 5d72456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ endforeach()
7878
idf_component_get_property(esp_wifi esp_wifi COMPONENT_LIB)
7979
idf_build_get_property(build_components BUILD_COMPONENTS)
8080

81-
if("espressif__esp-now" IN_LIST build_components)
82-
idf_component_get_property(esp-now espressif__esp-now COMPONENT_LIB)
81+
if("espp__esp-now" IN_LIST build_components)
82+
idf_component_get_property(esp-now espp__esp-now COMPONENT_LIB)
8383
else()
8484
idf_component_get_property(esp-now esp-now COMPONENT_LIB)
8585
endif()

0 commit comments

Comments
 (0)