mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-31 02:23:04 -07:00
V41 Release Candidate Changes
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ DEBUG = 0
|
|||||||
|
|
||||||
# Suffix to add to files when building distribution
|
# Suffix to add to files when building distribution
|
||||||
# If OS environment has DIST_SUFFIX set, it will be used instead
|
# If OS environment has DIST_SUFFIX set, it will be used instead
|
||||||
DIST_SUFFIX = "XFW-0040_01252023"
|
DIST_SUFFIX = "XFW-0041_02142023"
|
||||||
|
|
||||||
# Coprocessor firmware
|
# Coprocessor firmware
|
||||||
COPRO_OB_DATA = "scripts/ob.data"
|
COPRO_OB_DATA = "scripts/ob.data"
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ class GitVersion:
|
|||||||
]
|
]
|
||||||
|
|
||||||
def get_version_info(self):
|
def get_version_info(self):
|
||||||
commit = branch = branch_num = "XFW-0040"
|
commit = branch = branch_num = "XFW-0041"
|
||||||
|
|
||||||
# We dont use an `or` in commands that we expect to fail. It will serve no function.
|
# We dont use an `or` in commands that we expect to fail. It will serve no function.
|
||||||
# We also dont try;exept an entire block of code. This is bad practise. We only try the single part that we expect to fail!
|
# We also dont try;exept an entire block of code. This is bad practise. We only try the single part that we expect to fail!
|
||||||
|
|||||||
Reference in New Issue
Block a user