Also checking EREADER_SIO_END

This commit is contained in:
Rodrigo Alfonso 2025-03-18 20:42:55 -03:00
parent 25831307a4
commit 5e212a0a81

View File

@ -344,7 +344,7 @@ class LinkCard {
received = transferMulti(value, cancel);
if (cancel())
return -1;
if (received == EREADER_CANCEL)
if (received == EREADER_CANCEL || received == EREADER_SIO_END)
return -2;
} while (received != expected1 && received != expected2);