diff --git a/applications/plugins/subbrute/subbrute_protocols.c b/applications/plugins/subbrute/subbrute_protocols.c index b1351e0d6..a139bca3e 100644 --- a/applications/plugins/subbrute/subbrute_protocols.c +++ b/applications/plugins/subbrute/subbrute_protocols.c @@ -327,6 +327,7 @@ static const char* subbrute_protocol_file_types[] = { [MagellanFileProtocol] = "Magellan", [IntertechnoV3FileProtocol] = "Intertechno_V3", [AnsonicFileProtocol] = "Ansonic", + [HoneywellFileProtocol] = "Honeywell", [UnknownFileProtocol] = "Unknown"}; /** diff --git a/applications/plugins/subbrute/subbrute_protocols.h b/applications/plugins/subbrute/subbrute_protocols.h index 8ecc951ca..bfc6ed2a9 100644 --- a/applications/plugins/subbrute/subbrute_protocols.h +++ b/applications/plugins/subbrute/subbrute_protocols.h @@ -19,6 +19,7 @@ typedef enum { MagellanFileProtocol, IntertechnoV3FileProtocol, AnsonicFileProtocol, + HoneywellFileProtocol, UnknownFileProtocol, TotalFileProtocol, } SubBruteFileProtocol; diff --git a/fbt_options.py b/fbt_options.py index c59daf52b..287a8d43b 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-0006" +DIST_SUFFIX = "CC_CL-0008" # Coprocessor firmware COPRO_OB_DATA = "scripts/ob.data"