added device side option to disable EAS/AFI password. Sets to all ZEROS

This commit is contained in:
iceman1001 2022-02-18 18:23:53 +01:00
commit 638e892088
4 changed files with 32 additions and 1 deletions

View file

@ -60,4 +60,5 @@ int SendDataTagEOF(uint8_t *recv, uint16_t max_recv_len, uint32_t start_time, ui
void SetTag15693Uid(const uint8_t *uid);
void DisablePrivacySlixLIso15693(uint8_t *password);
void DisableEAS_AFISlixLIso15693(uint8_t *password);
#endif