create a fake version 0.7.0 version

due some problems in the actual 0.7.0 version and no good possiblitys to stop firmware updates on the clients make a fake 0.7.0 version from the version 0.6.3
This commit is contained in:
unlogisch04
2025-11-07 00:18:36 +01:00
parent 1a7619e2e6
commit 1db61af823

View File

@@ -36,11 +36,12 @@ except Exception:
output = f"-DGIT_REV='\"{revision}\"'"
if tag != "":
output += f" -DFIRMWARE_VERSION='\"{tag}\"'"
elif branch != "":
output += f" -DFIRMWARE_VERSION='\"{branch}\"'"
else:
output += f" -DFIRMWARE_VERSION='\"git-{revision}\"'"
#if tag != "":
# output += f" -DFIRMWARE_VERSION='\"{tag}\"'"
#elif branch != "":
# output += f" -DFIRMWARE_VERSION='\"{branch}\"'"
#else:
# output += f" -DFIRMWARE_VERSION='\"git-{revision}\"'"
output += f" -DFIRMWARE_VERSION='v0.7.0'"
print(output)