Skip to content

Commit

Permalink
Use correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Nov 13, 2024
1 parent 9bfded0 commit cc3290b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pio-scripts/auto_firmware_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_firmware_specifier_build_flag():
build_version = get_build_version()
build_flag = "-D AUTO_GIT_HASH=\\\"" + build_version + "\\\""
build_branch = get_build_branch()
build_flag += " -D AUTO_GIT_BRANCH=\\\"" + branch_name + "\\\""
build_flag += " -D AUTO_GIT_BRANCH=\\\"" + build_branch + "\\\""
return (build_flag)


Expand Down

0 comments on commit cc3290b

Please sign in to comment.