mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-09-25 22:51:31 +02:00
fix(mqtt): Make example binary data consistent
Improves user experience when copying examples to use as starting point.
This commit is contained in:
committed by
Rocha Euripedes
parent
dfeb06f99f
commit
6b609bcdee
@@ -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)
|
||||||
|
Reference in New Issue
Block a user