mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-01 22:08:55 -07:00
Update model and default fw version in script
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user