From 81a16e5a2804445cf2edf553b680c42bf5e33bb1 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Mon, 25 Mar 2024 01:04:33 +0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + applications/main/lfrfid/scenes/lfrfid_scene_raw_read.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5823efded7..9f0aadb404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * NFC: **Kazan parser improved** - token parse option added (by @Leptopt1los) * NFC: **Update ndef parser**, mf classic dict changes (by @Willy-JL) * RFID: Test swap of em4100 t5577 blocks (details in issue 3463 OFW) +* RFID: Fix RAW read crash (by @Willy-JL) * Infrared: Update universal remote assets (by @amec0e | PR #718 #719) * SubGHz: Add 430.50 mhz (by @MizumasuShoichi | PR #721) * SubGHz: **Magellan Event Code Update** (by @wooferguy | PR #713) diff --git a/applications/main/lfrfid/scenes/lfrfid_scene_raw_read.c b/applications/main/lfrfid/scenes/lfrfid_scene_raw_read.c index b2c7c364e1..ac6abea857 100644 --- a/applications/main/lfrfid/scenes/lfrfid_scene_raw_read.c +++ b/applications/main/lfrfid/scenes/lfrfid_scene_raw_read.c @@ -88,6 +88,8 @@ bool lfrfid_scene_raw_read_on_event(void* context, SceneManagerEvent event) { popup, "Reading\nRAW RFID\nPSK", 89, 30, AlignCenter, AlignTop); notification_message(app->notifications, &sequence_blink_start_yellow); lfrfid_worker_stop(app->lfworker); + lfrfid_worker_stop_thread(app->lfworker); + lfrfid_worker_start_thread(app->lfworker); furi_string_printf( state->string_file_name, "%s/%s%s",