mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-11 19:33:30 -07:00
1st Release
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import shutil
|
||||
|
||||
folder = r'E:\Storage\Coding\Flipper_Zero\Firmware\build-src'
|
||||
Build_path = folder + "\\dist\\f7-C\\"
|
||||
Firmware_base = rf"E:\\Storage\\Coding\\Flipper-Zero\\Firmware\\"
|
||||
Firmware_base = rf"E:\\Storage\\Coding\\Flipper_Zero\\Firmware\\"
|
||||
settings = folder + r"\fbt_options.py"
|
||||
commit = input("Whats your commit message?\nCommit Message: ")
|
||||
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ DEBUG = 0
|
||||
|
||||
# Suffix to add to files when building distribution
|
||||
# If OS environment has DIST_SUFFIX set, it will be used instead
|
||||
DIST_SUFFIX = "CC_CL-0010"
|
||||
DIST_SUFFIX = "CC_CL-0002"
|
||||
|
||||
# Coprocessor firmware
|
||||
COPRO_OB_DATA = "scripts/ob.data"
|
||||
|
||||
Reference in New Issue
Block a user