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 19cb8eb commit de8034cCopy full SHA for de8034c
examples/espidf-aws-iot/src/CMakeLists.txt
@@ -3,9 +3,3 @@ set(COMPONENT_ADD_INCLUDEDIRS ".")
3
4
5
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