This commit is contained in:
tharexde
2020-10-22 00:42:18 +02:00
parent a84074686b
commit a04002ab1b
5 changed files with 228 additions and 334 deletions

View File

@@ -43,14 +43,10 @@
typedef struct {
bool addr_given;
bool pwd_given;
bool newpwd_given;
uint8_t password[4];
uint8_t new_password[4];
uint8_t address;
uint8_t word[4];
uint32_t start_password;
uint32_t stop_password;
uint32_t login_password;
uint32_t password1;
uint32_t password2;
uint32_t word;
uint32_t addresses;
} em4x50_data_t;
typedef struct {