We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3dd453 commit df753b2Copy full SHA for df753b2
config/zephyr/ota-image.cmake
@@ -40,7 +40,7 @@ function(chip_ota_image TARGET_NAME)
40
"--version"
41
${APPVERSION}
42
"--version-str"
43
- ${APP_VERSION_STRING}
+ ${APP_VERSION_TWEAK_STRING}
44
"--digest-algorithm"
45
"sha256"
46
)
src/platform/nrfconnect/CHIPDevicePlatformConfig.h
@@ -94,7 +94,7 @@
94
#ifdef CONFIG_CHIP_DEVICE_SOFTWARE_VERSION_STRING
95
#define CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION_STRING CONFIG_CHIP_DEVICE_SOFTWARE_VERSION_STRING
96
#else
97
-#define CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION_STRING APP_VERSION_STRING
+#define CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION_STRING APP_VERSION_TWEAK_STRING
98
#endif
99
100
0 commit comments