From 128cca0613668740250ce0c9d513d5f4eb4dc270 Mon Sep 17 00:00:00 2001 From: VerstreuteSeele Date: Mon, 19 Dec 2022 20:09:57 +0100 Subject: [PATCH] Clock locale --- fbt_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbt_options.py b/fbt_options.py index 49f596f02..be79aa298 100644 --- a/fbt_options.py +++ b/fbt_options.py @@ -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-0017_12192022" +DIST_SUFFIX = "CC_CL-0018_12192022" # Coprocessor firmware COPRO_OB_DATA = "scripts/ob.data"