Skip to content

Commit 83cbd0e

Browse files
committed
change FW version to hash-branch
1 parent eb7445d commit 83cbd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null | tr '/' '_' |
3737
GIT_HASH := $(shell git rev-parse --short HEAD 2>/dev/null || echo "")
3838

3939
# Limites to 16 characters
40-
VERSION_STR := $(shell echo "$(VERSION_FILE_CONTENT).$(GIT_BRANCH)-$(GIT_HASH)" | cut -c1-16)
40+
VERSION_STR := $(shell echo "$(GIT_HASH)-$(GIT_BRANCH)" | cut -c1-16)
4141

4242
# Zigbee file version 4 bytes are:
4343
# APP_RELEASE, APP_BUILD, STACK_RELEASE, STACK_BUILD

0 commit comments

Comments
 (0)