diff --git a/applications/nfc/nfc_worker.c b/applications/nfc/nfc_worker.c index fa4e3f35..3f5193b5 100644 --- a/applications/nfc/nfc_worker.c +++ b/applications/nfc/nfc_worker.c @@ -185,6 +185,7 @@ void nfc_worker_emulate(NfcWorker* nfc_worker) { params.lmConfigPA.SENS_RES[0] = 0x44; params.lmConfigPA.SENS_RES[1] = 0x00; params.lmConfigPA.SEL_RES = 0x00; + api_hal_nfc_exit_sleep(); ReturnCode ret; ret = rfalNfcDiscover(¶ms); @@ -204,6 +205,7 @@ void nfc_worker_emulate(NfcWorker* nfc_worker) { } rfalNfcDeactivate(false); + api_hal_nfc_start_sleep(); } void nfc_worker_field(NfcWorker* nfc_worker) {