1st Release

This commit is contained in:
VerstreuteSeele
2022-12-18 20:42:12 +01:00
parent 14f010be92
commit 3886532c1c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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"