auto-stop emulation after 5min feature added

This commit is contained in:
Methodius
2024-01-31 05:03:39 +09:00
committed by MX
parent 754fffac6b
commit 19a5f02d66
4 changed files with 64 additions and 2 deletions

View File

@@ -30,4 +30,6 @@ typedef enum {
NfcCustomEventPollerFailure,
NfcCustomEventListenerUpdate,
NfcCustomEventEmulationTimeExpired,
} NfcCustomEvent;