This commit is contained in:
RogueMaster
2022-12-02 17:01:50 -05:00
parent 7a5596358a
commit cf03e952a5
21 changed files with 615 additions and 318 deletions

View File

@@ -31,8 +31,9 @@ struct SubBruteWorker {
uint8_t te;
uint8_t repeat;
uint8_t load_index; // Index of group to bruteforce in loaded file
const char* file_key;
uint64_t file_key;
uint64_t max_value; // Max step
bool two_bytes;
// Manual transmit
uint32_t last_time_tx_data;