Simplify bruteforce code --nobuild

This commit is contained in:
Willy-JL
2023-10-25 01:38:22 +01:00
parent ed364cbffd
commit 8eaff22935
5 changed files with 22 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ struct ProtocolCfg {
ProtocolMode mode;
struct {
uint8_t counter;
uint32_t current;
uint32_t value;
uint8_t size;
} bruteforce;
union {