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.
2 parents ba2b0fd + d50fbe7 commit 92fa23bCopy full SHA for 92fa23b
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)
examples/protocols/mqtt/wss/CMakeLists.txt
project(mqtt_websocket_secure)
-target_add_binary_data(mqtt_websocket_secure.elf "main/mqtt_eclipseprojects_io.pem" TEXT)
0 commit comments