mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-06 18:51:53 -07:00
V39 passed QC testing
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-0038_01112023"
|
DIST_SUFFIX = "XFW-0039_01172023"
|
||||||
|
|
||||||
# Coprocessor firmware
|
# Coprocessor firmware
|
||||||
COPRO_OB_DATA = "scripts/ob.data"
|
COPRO_OB_DATA = "scripts/ob.data"
|
||||||
|
|||||||
@@ -4410,7 +4410,7 @@ Function,+,validator_is_file_callback,_Bool,"const char*, FuriString*, void*"
|
|||||||
Function,+,validator_is_file_free,void,ValidatorIsFile*
|
Function,+,validator_is_file_free,void,ValidatorIsFile*
|
||||||
Function,+,value_index_bool,uint8_t,"const _Bool, const _Bool[], uint8_t"
|
Function,+,value_index_bool,uint8_t,"const _Bool, const _Bool[], uint8_t"
|
||||||
Function,+,value_index_float,uint8_t,"const float, const float[], uint8_t"
|
Function,+,value_index_float,uint8_t,"const float, const float[], uint8_t"
|
||||||
Function,?,value_index_int32,uint8_t,"const int32_t, const int32_t[], uint8_t"
|
Function,+,value_index_int32,uint8_t,"const int32_t, const int32_t[], uint8_t"
|
||||||
Function,+,value_index_uint32,uint8_t,"const uint32_t, const uint32_t[], uint8_t"
|
Function,+,value_index_uint32,uint8_t,"const uint32_t, const uint32_t[], uint8_t"
|
||||||
Function,+,variable_item_get_context,void*,VariableItem*
|
Function,+,variable_item_get_context,void*,VariableItem*
|
||||||
Function,+,variable_item_get_current_value_index,uint8_t,VariableItem*
|
Function,+,variable_item_get_current_value_index,uint8_t,VariableItem*
|
||||||
|
|||||||
|
+1
-1
@@ -14,7 +14,7 @@ class GitVersion:
|
|||||||
self.gitlist = [("commit", "rev-parse --short HEAD"), ("branch", "rev-parse --abbrev-ref") , ("branch_num", "rev-list -count HEAD")]
|
self.gitlist = [("commit", "rev-parse --short HEAD"), ("branch", "rev-parse --abbrev-ref") , ("branch_num", "rev-list -count HEAD")]
|
||||||
|
|
||||||
def get_version_info(self):
|
def get_version_info(self):
|
||||||
commit = branch = branch_num = "XFW-0038"
|
commit = branch = branch_num = "XFW-0039"
|
||||||
|
|
||||||
# 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