mirror of
https://github.com/ok-home/ota_ws_update.git
synced 2025-11-13 22:03:27 +03:00
enc dbg
This commit is contained in:
@@ -18,7 +18,7 @@ if(CONFIG_OTA_PRE_ENCRYPTED_MODE)
|
||||
)
|
||||
#openssl genrsa -out rsa_key/private.pem 3072
|
||||
create_esp_enc_img(${CMAKE_BINARY_DIR}/${CMAKE_PROJECT_NAME}.bin
|
||||
${project_dir}/rsa_key/private.pem ${CMAKE_BINARY_DIR}/${CMAKE_PROJECT_NAME}_secure.bin app)
|
||||
${project_dir}/../rsa_key/private.pem ${CMAKE_BINARY_DIR}/${CMAKE_PROJECT_NAME}_secure.bin app)
|
||||
else()
|
||||
idf_component_register(
|
||||
SRCS
|
||||
|
||||
Reference in New Issue
Block a user