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 4a18951 commit cfadf71Copy full SHA for cfadf71
examples/protocols/mqtt/ssl/CMakeLists.txt
@@ -8,4 +8,4 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
8
idf_build_set_property(MINIMAL_BUILD ON)
9
project(mqtt_ssl)
10
11
-target_add_binary_data(mqtt_ssl.elf "main/mqtt_eclipseprojects_io.pem" TEXT)
+target_add_binary_data(${PROJECT_NAME}.elf "main/mqtt_eclipseprojects_io.pem" TEXT)
0 commit comments