mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-10 21:17:17 +02:00
0.8.51
* fix translation #1346 * further improve sending active power control command faster #1332 * added history protection mask
This commit is contained in:
parent
e4cb948be4
commit
76fa30503d
15 changed files with 41 additions and 69 deletions
|
@ -21,7 +21,8 @@ def get_firmware_specifier_build_flag():
|
|||
except:
|
||||
build_version = "g0000000"
|
||||
|
||||
build_flag = "-D AUTO_GIT_HASH=\\\"" + build_version[1:] + "\\\""
|
||||
build_flag = "-D AUTO_GIT_HASH=\\\"" + build_version[1:] + "\\\" "
|
||||
build_flag += "-DENV_NAME=\\\"" + env["PIOENV"] + "\\\" ";
|
||||
print ("Firmware Revision: " + build_version)
|
||||
return (build_flag)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue