Merge 6fcdb75ea6fcf813e9a7d91e73ba49c4378e502d into 83e8f70ee4f7ddb6b874bdb81a1f75ceeeba58e4

This commit is contained in:
Hossein.M 2025-03-01 08:49:20 +03:30 committed by GitHub
commit de191e35d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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_ssl) project(mqtt_ssl)
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)