We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf0cf4 commit 0e4e711Copy full SHA for 0e4e711
picopass_worker.c
@@ -21,8 +21,8 @@ static const uint8_t loclass_csns[LOCLASS_NUM_CSNS][RFAL_PICOPASS_BLOCK_LEN] = {
21
};
22
23
static void picopass_worker_enable_field() {
24
- furi_hal_nfc_ll_txrx_on();
25
furi_hal_nfc_exit_sleep();
+ furi_hal_nfc_ll_txrx_on();
26
furi_hal_nfc_ll_poll();
27
}
28
@@ -1198,6 +1198,8 @@ static void picopass_emu_handle_packet(
1198
1199
1200
void picopass_worker_emulate(PicopassWorker* picopass_worker, bool loclass_mode) {
1201
+ furi_hal_nfc_exit_sleep();
1202
+
1203
FuriHalNfcTxRxContext tx_rx = {};
1204
PicopassEmulatorCtx emu_ctx = {
1205
.state = PicopassEmulatorStateIdle,
0 commit comments