Update model and default fw version in script

This commit is contained in:
Veronika Kossmann
2025-07-10 21:02:51 +03:00
parent d8d96690a9
commit 4d80f6adae
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class GitVersion:
try:
version = self._exec_git("describe --tags --abbrev=0 --exact-match")
except subprocess.CalledProcessError:
version = "unknown"
version = "trunk"
if "SOURCE_DATE_EPOCH" in os.environ:
commit_date = datetime.utcfromtimestamp(