Merge branch 'fz-dev' into dev

This commit is contained in:
MX
2023-02-21 03:00:48 +03:00
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;