There are possible registers/parameters to configure to let the PN53X chip poll for n-times during a .._select_tag()
Plus there is a way to set the time-out to a value related to milliseconds. If you both think this is a useful feature, we could think of a way to implement this into the nfc_configuration()
At the moment it takes a bool
bool nfc_configure(dev_info* pdi, const dev_config_option dco, const bool bEnable);
We could let it take a value
bool nfc_configure(dev_info* pdi, const dev_config_option dco, const dev_config_value dcv);
byte or longer?
typedef byte_t dev_config_value
typedef uint64_t dev_config_value
Thanks for the help!