add v2 phox counter modes support

This commit is contained in:
MX
2026-02-01 05:51:09 +03:00
parent 4800039d64
commit 95dd537bf8
5 changed files with 85 additions and 11 deletions

View File

@@ -47,6 +47,7 @@ static Protocols protocols[] = {
{"CAME Atomo", 4},
{"Alutech AT-4N", 3},
{"KeeLoq", 7},
{"Phoenix_V2", 3},
};
#define PROTOCOLS_COUNT (sizeof(protocols) / sizeof(Protocols));