mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-10 19:23:31 -07:00
subbrute
This commit is contained in:
@@ -327,6 +327,7 @@ static const char* subbrute_protocol_file_types[] = {
|
||||
[MagellanFileProtocol] = "Magellan",
|
||||
[IntertechnoV3FileProtocol] = "Intertechno_V3",
|
||||
[AnsonicFileProtocol] = "Ansonic",
|
||||
[HoneywellFileProtocol] = "Honeywell",
|
||||
[UnknownFileProtocol] = "Unknown"};
|
||||
|
||||
/**
|
||||
|
||||
@@ -19,6 +19,7 @@ typedef enum {
|
||||
MagellanFileProtocol,
|
||||
IntertechnoV3FileProtocol,
|
||||
AnsonicFileProtocol,
|
||||
HoneywellFileProtocol,
|
||||
UnknownFileProtocol,
|
||||
TotalFileProtocol,
|
||||
} SubBruteFileProtocol;
|
||||
|
||||
+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-0006"
|
||||
DIST_SUFFIX = "CC_CL-0008"
|
||||
|
||||
# Coprocessor firmware
|
||||
COPRO_OB_DATA = "scripts/ob.data"
|
||||
|
||||
Reference in New Issue
Block a user