Skip to content

Commit d50fbe7

Browse files
fix(mqtt): Make example binary data consistent
Improves user experience when copying examples to use as starting point.
1 parent cfadf71 commit d50fbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/protocols/mqtt/wss/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
88
idf_build_set_property(MINIMAL_BUILD ON)
99
project(mqtt_websocket_secure)
1010

11-
target_add_binary_data(mqtt_websocket_secure.elf "main/mqtt_eclipseprojects_io.pem" TEXT)
11+
target_add_binary_data(${PROJECT_NAME}.elf "main/mqtt_eclipseprojects_io.pem" TEXT)

0 commit comments

Comments
 (0)