Skip to content

Commit

Permalink
bugfix: fix error when enabling ESP32 OTA image build (#22953)
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 authored and pull[bot] committed Sep 13, 2023
1 parent 68d99fb commit 8603956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/esp32/components/chip/ota-image.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ function(chip_ota_image TARGET_NAME)
"--product-id"
${CONFIG_DEVICE_PRODUCT_ID}
"--version"
${CONFIG_DEVICE_SOFTWARE_VERSION_NUMBER}
${PROJECT_VER_NUMBER}
"--version-str"
${CONFIG_DEVICE_SOFTWARE_VERSION}
${PROJECT_VER}
"--digest-algorithm"
"sha256"
)
Expand Down

0 comments on commit 8603956

Please sign in to comment.