Skip to content

Commit de8034c

Browse files
committed
Update ESP-IDF aws iot example
1 parent 19cb8eb commit de8034c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/espidf-aws-iot/src/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@ set(COMPONENT_ADD_INCLUDEDIRS ".")
33

44

55
register_component()
6-
7-
if(CONFIG_EXAMPLE_EMBEDDED_CERTS)
8-
target_add_binary_data(${COMPONENT_TARGET} "certs/aws-root-ca.pem" TEXT)
9-
target_add_binary_data(${COMPONENT_TARGET} "certs/certificate.pem.crt" TEXT)
10-
target_add_binary_data(${COMPONENT_TARGET} "certs/private.pem.key" TEXT)
11-
endif()

0 commit comments

Comments
 (0)