filename in spiffs is now a parameter of em4x50_sim

This commit is contained in:
tharexde 2020-12-06 01:48:41 +01:00
commit d5347ced4e
2 changed files with 8 additions and 2 deletions

View file

@ -24,7 +24,7 @@ void em4x50_writepwd(em4x50_data_t *etd);
void em4x50_read(em4x50_data_t *etd);
void em4x50_brute(em4x50_data_t *etd);
void em4x50_login(uint32_t *password);
void em4x50_sim(void);
void em4x50_sim(uint8_t *filename);
void em4x50_reader(void);
void em4x50_chk(uint8_t *filename);