fix(mqtt): Make example binary data consistent

Improves user experience when copying examples to use as starting point.
This commit is contained in:
Euripedes Rocha
2025-06-18 09:59:17 +02:00
parent cfadf71093
commit d50fbe77d4

View File

@@ -8,4 +8,4 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
idf_build_set_property(MINIMAL_BUILD ON) idf_build_set_property(MINIMAL_BUILD ON)
project(mqtt_websocket_secure) project(mqtt_websocket_secure)
target_add_binary_data(mqtt_websocket_secure.elf "main/mqtt_eclipseprojects_io.pem" TEXT) target_add_binary_data(${PROJECT_NAME}.elf "main/mqtt_eclipseprojects_io.pem" TEXT)