mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-13 13:29:50 +04:00
MFC emulation fixes (#3324)
* mf classic listener: fix write block * nfc: go to idle state instead of sleep * lib nfc: fix documentation
This commit is contained in:
@@ -150,7 +150,7 @@ static int32_t nfc_worker_listener(void* context) {
|
||||
} else if(command == NfcCommandReset) {
|
||||
furi_hal_nfc_listener_enable_rx();
|
||||
} else if(command == NfcCommandSleep) {
|
||||
furi_hal_nfc_listener_sleep();
|
||||
furi_hal_nfc_listener_idle();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user