Add CAME 12bit 303MHz to SubBrute

This commit is contained in:
derskythe
2022-10-05 17:45:45 +04:00
parent a8b48771e4
commit 04e16970db
3 changed files with 7 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
#define TAG "SubBruteApp"
static const char* subbrute_menu_names[] = {
[SubBruteAttackCAME12bit303] = "CAME 12bit 303MHz",
[SubBruteAttackCAME12bit307] = "CAME 12bit 307MHz",
[SubBruteAttackCAME12bit433] = "CAME 12bit 433MHz",
[SubBruteAttackCAME12bit868] = "CAME 12bit 868MHz",
@@ -36,6 +37,7 @@ static const char* subbrute_menu_names[] = {
};
static const char* subbrute_menu_names_small[] = {
[SubBruteAttackCAME12bit303] = "CAME 303MHz",
[SubBruteAttackCAME12bit307] = "CAME 307MHz",
[SubBruteAttackCAME12bit433] = "CAME 433MHz",
[SubBruteAttackCAME12bit868] = "CAME 868MHz",