Merge branch 'DarkFlippers:dev' into dev2

This commit is contained in:
Round-Pi
2023-02-20 21:24:32 -05:00
committed by GitHub
10 changed files with 47 additions and 10 deletions

View File

@@ -56,6 +56,8 @@ void nfc_worker_start(
while(furi_hal_nfc_is_busy()) {
furi_delay_ms(10);
}
furi_hal_nfc_deinit();
furi_hal_nfc_init();
nfc_worker->callback = callback;
nfc_worker->context = context;