* fix translation #1346
* further improve sending active power control command faster #1332
* added history protection mask
This commit is contained in:
lumapu 2024-01-10 23:53:24 +01:00
parent e4cb948be4
commit 76fa30503d
15 changed files with 41 additions and 69 deletions

View file

@ -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)